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
- Host: GitHub
- URL: https://github.com/bouk/rust-sysv-ipc
- Owner: bouk
- Created: 2014-11-03T03:31:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T16:43:56.000Z (over 8 years ago)
- Last Synced: 2025-01-23T01:11:22.587Z (over 1 year ago)
- Language: Rust
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.