Registry / other / linux-api

linux-api

JSON →
library0.0.5rscratesunverified

Provides types and constants for Linux API bindings, with actual bindings in separate dev-dependency crates.

# Cargo.toml [dependencies] linux-api = "0.0.5"
INSTALL
IMPORT
SIG · LINUX-API
L
linux-api
otherrustv0.0.5
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.

SomeType
use linux_api::types::SomeType;

Demonstrates importing a type from the linux-api crate.

use linux_api::types::SomeType; fn main() { let _val = SomeType::default(); }
Debug
Known issues
gotchaActual bindings are in separate crates listed as dev-dependencies; this crate only provides types and constants.
fix
Add the specific binding crate (e.g., linux-api-sys) to your dependencies.
affects: >=0.0.0
Upgrade
Version history
0.0.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
linux-api — cargo add linux-api · libregistry