Crate shmem [] [src]

Reexports

pub use map::create;
pub use map::open;

Modules

array
map

Structs

Array

A mapping from an owned shared object to a slice of a type.

ArrayMut

A mapping from a mutable shared object to a slice of a type.

ArrayRef

A mapping from a shared object to a slice of a type.

Map

A mapping from an owned shared object to a type.

MapMut

A mapping from a mutable shared object to a type.

MapRef

A mapping from a shared object to a type.

Object

A shared object.

Enums

Error

Traits

Safe

Marker to define a type as safe to share.

Type Definitions

Result