An open API service indexing awesome lists of open source software.

https://github.com/bouk/rust-sysv-ipc

Implementation of Sysv IPC for Rust
https://github.com/bouk/rust-sysv-ipc

Last synced: 8 months ago
JSON representation

Implementation of Sysv IPC for Rust

Awesome Lists containing this project

README

          

# Rust Sysv IPC

Implementation of Sysv IPC for Rust.

# Usage

To use the library in your project, simply add the following to your Cargo.toml:

```toml
[dependencies.sysv_ipc]

git = "https://github.com/bouk/rust-sysv-ipc.git"
```

Add `extern crate sysv_ipc;` to your file and start using it.