Docs.rs
  • linux-api-0.0.5
    • linux-api 0.0.5
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • CruzBishop
    • Dependencies
      • linux-api-sys *
      • time-sys *
      • linux-api-exit *
    • Versions
  • Platform
    • i686-apple-darwin
    • i686-pc-windows-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate linux_api

  • Reexports
  • Modules
  • Functions

Crates

  • linux_api

Crate linux_api [−] [src]

[−] Expand description

This is a very early work-in-progress binding to various Linux Kernel APIs.

Reexports

pub use std::os::*;
pub use std::os::raw::*;
pub use std::os::linux::raw::*;
pub use cstdlib::*;
pub use errno::*;
pub use posix_types::*;
pub use time::*;

Modules

cstdlib

Types and constants defined in the C standard library

errno

Bindings to various errno.h definitions.

posix_types

Defines types found in various posix_types.h files.

time

Constants and structures from time classes

Functions

__errno_location⚠

Gets the pointer of the last error number's location

get_last_error_number

Gets the last error number

Results for timezone

linux_api::time::timezoneA structure containing information on the time-based location of a timezone 

Help

Keyboard Shortcuts

?
Show this help dialog
S
Focus the search field
⇤
Move up in search results
⇥
Move down in search results
⏎
Go to active search result
+
Collapse/expand all sections

Search Tricks

Prefix searches with a type followed by a colon (e.g. fn:) to restrict the search to a given type.

Accepted types are: fn, mod, struct, enum, trait, type, macro, and const.

Search functions by type signature (e.g. vec -> usize or * -> vec)