shared-memory-allocator 0.1.0

An extremely unsafe experiment in writing a custom allocator to use linux shared memory.
Documentation
1
2
3
4
fn main() {
    #[cfg(not(target_os = "linux"))]
    compile_error!("This library only supports linux")
}