bsd-errnos 0.0.1

A list of error numbers for BSDs
Documentation
  • Coverage
  • 85.71%
    12 out of 14 items documented0 out of 12 items with examples
  • Size
  • Source code size: 84.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • shurizzle/bsd-errnos
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • shurizzle

bsd-errnos

Crates.io docs.rs Crates.io

Cross-arch enumeration of BSDs error numbers that may vary across archs.

Feature flags

  • std: enable std support (dealing with std::io::Error).
  • iter: enable Errno::iter() function.

#![no_std]

Enable #![no_std] support by disabling the default std feature:

[dependencies]
bsd-errnos = { version = "*", default-features = false }

Code generation

All the code is generated by the an inner crate in the errno-gen directory except for the src/lib.rs file, so don't touch auto generated files please.

MSRV

1.32.0