Skip to content

Better error messages and typesafe File handles

Latest
Compare
Choose a tag to compare
@vitiral vitiral released this 25 Jan 05:51
· 63 commits to master since this release

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.