Releases: brmmm3/scandir-rs
Releases · brmmm3/scandir-rs
2.8.0
2.7.1
2.7.0
Added
Added optional serialization methods to_json, to_speedy and to_bincode to Walk. The corresponding features json, speedy and bincode need to be enabled.
Add missing st_size to DirEntry in Python class.
Add statistics getter to Walk.
Improved
Optimized code.
Update benchmarks.
2.6.0
Added
- Added optional serialization methods
to_json
,to_speedy
andto_bincode
. The corresponding featuresjson
,speedy
andbincode
need to be enabled. - Add
statistics
getter toScandir
.
Improved
- Optimized code.
- Update benchmarks.
Changed
- Change methods
duration
,finished
andbusy
to getters.