posix-ipc 0.0.3

An API to POSIX IPC primitives
docs.rs failed to build posix-ipc-0.0.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Rust posix-ipc

A rust crate that implements safe APIs for POSIX IPC primitives

Currently implemented:

  • Sending/raising signals

Todo:

  • Signal handlers
  • Shared memory segments
  • Message queues