Skip to content

bouk/rust-sysv-ipc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

[dependencies.sysv_ipc]

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

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

About

Implementation of Sysv IPC for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages