Crate hinix

Source
Expand description

The hinix crate.

Higher-level support for *nix systems.

§Crate Features

  • utils - Whether to build command-line utilities. This brings in additional dependencies like anyhow and clap

Re-exports§

pub use msgqueue::MsgQueue;
pub use nix;
pub use eventfd::*;

Modules§

eventfd
Module to manage Linux event objects.
msgqueue
Module to manage Posix Message Queues

Structs§

MqAttr
Export the MqAttr struct from the nix crate. A message-queue attribute, optionally used with mq_setattr and mq_getattr and optionally mq_open,

Type Aliases§

Error
Hinix Error type. This is simply a re-export of the nix Error type.
Result
Hinix Result type This is simply a re-export of the nix Result type.