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

Modules

  • Module to manage Linux event objects.
  • Module to manage Posix Message Queues

Structs

Type Definitions

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