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
File
handle objects that only implement the methods/traits that are relevant. You can'twrite
to a read-only file! - more succinct purpose: Ergonomic paths and files in rust.
See the docs for more details.