Docs.rs
shmem-0.2.0
shmem 0.2.0
Permalink
Docs.rs crate page
WTFPL
16 June 2026
Links
Repository
crates.io
Source
Owners
meh
Dependencies
libc ^0.2
normal
nix ^0.6
normal
Versions
42.86%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module array
shmem
0.2.0
Module array
Module Items
Structs
Functions
In crate shmem
shmem
Module
array
Copy item path
Source
Structs
§
Mutable
A mapping from a mutable shared object to a slice of a type.
Owned
A mapping from an owned shared object to a slice of a type.
Reference
A mapping from a shared object to a slice of a type.
Functions
§
create
Create a new array of the given type and size as a shared object.
open
Open an existing shared object as an array of the given type.