io-error 0.1.1

Simple and convenient macro for creating I/O errors.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 2.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 135.71 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • redox-os/tfs
    2946 126 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ticki

Convenient macro for creating I/O errors.

This adds a macro, err!() which is used to create std::io::Error values. Refer to the documentation of the macro for usage.