Releases: vitiral/path_abs
Releases · vitiral/path_abs
Better error messages and typesafe File handles
This release brings:
- Better error messages (know the action and path that caused your file system error!)
- Better docs with more examples (as tests!)
- Type safe
Filehandle objects that only implement the methods/traits that are relevant. You can'twriteto a read-only file! - more succinct purpose: Ergonomic paths and files in rust.
See the docs for more details.