Added
- Added optional serialization methods `to_json`, `to_speedy` and `to_bincode`.
The corresponding features `json`, `speedy` and `bincode` need to be enabled.
- Add `statistics` getter to `Scandir`.
Improved
- Optimized code.
- Update benchmarks.
Changed
- Change methods `duration`, `finished` and `busy` to getters.