Docs.rs
errno-no-std-0.2.2
errno-no-std 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
A1-Triard
Dependencies
document-features ^0.2.7
normal
copy_from_str ^1.0.5
dev
quickcheck ^1.0.3
dev
quickcheck_macros ^1.0.0
dev
errno-sys ^0.2.0
normal
libc ^0.2.124
normal
widestring ^1.0.0
normal
winapi ^0.3.9
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
errno_
no_
std
0.2.2
All Items
Sections
Feature flags
Crate Items
Structs
Functions
Crate
errno_no_std
Copy item path
Source
Expand description
§
Feature flags
std
(enabled by default)
— disable to make the library
#![no_std]
.
Structs
§
Errno
Wraps a platform-specific error code.
Functions
§
errno
Returns the platform-specific value of
errno
.
set_
errno
Sets the platform-specific value of
errno
.