Skip to content

Releases: vitiral/path_abs

Better error messages and typesafe File handles

25 Jan 05:51
Compare
Choose a tag to compare

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't write to a read-only file!
  • more succinct purpose: Ergonomic paths and files in rust.

See the docs for more details.