version 1.8.6
Changes since 1.8.5:
update_mmapandupdate_mmap_rayon(and by extensionb3sum) now
useseekrather thanmetadatato get the length of a file/mapping,
and they toleratemmapfailures. That meansb3sumwill now memory
map e.g. Linux block devices, which support mapping despite reporting
length 0 inmetadata. HashingNULfiles on Windows also works now,
where previously it was an error unless you used--no-mmapor<.
This change was originally proposed by @nabijaczleweli.