Registry / utility / errno-no-std

errno-no-std

JSON →
library0.2.2rscratesunverified

Cross-platform interface to the `errno` variable.

# Cargo.toml [dependencies] errno-no-std = "0.2.2"
INSTALL
IMPORT
SIG · ERRNO-NO-STD
E
errno-no-std
utilityrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Errno
use errno_no_std::errno::Errno;

Access the errno variable without std.

use errno_no_std::errno::Errno; fn main() { let _errno = Errno::new(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
errno-no-std — cargo add errno-no-std · libregistry