Releases: bohdaq/file-ext
Releases · bohdaq/file-ext
10.0.0
added working_directory function. version bumped to 10.0.0
updated Rust to 1.68
Changelist
9.0.3
Added support for symlinks
9.0.2
Major refactor.
Added bunch of a new functionality.
Updated README.
Added tests.
9.0.0
- Rust version 1.66
- read_file_partially now takes filepath: &str, start: u64, end: u64 as parameters instead of Range struct as previously