rushm 0.2.1

Tiny wrapper of POSIX shared memory for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! POSIX shared memory wrapper for Rust
//!
//!
//! [`rushm`]: https://github.com/yangosoft/rushm
//! YangoSoft

pub mod posixaccessor;
pub mod posixslicedaccessor;

/// Invalid file descriptor
const INVALID_FD: i32 = -1;