shared_memory

Crates.ioshared_memory
lib.rsshared_memory
version0.12.4
sourcesrc
created_at2018-04-26 19:47:06.922224
updated_at2022-03-01 15:28:47.012123
descriptionA user friendly crate that allows you to share memory between processes
homepage
repositoryhttps://github.com/elast0ny/shared_memory-rs
max_upload_size
id62455
size59,076
elast0ny (elast0ny)

documentation

https://docs.rs/shared_memory

README

shared_memory

Build Status crates.io mio Lines of Code

A crate that allows you to share memory between processes.

This crate provides lightweight wrappers around shared memory APIs in an OS agnostic way. It is intended to be used with it's sister crate raw_sync which provide simple primitves to synchronize access to the shared memory (Mutex, RwLock, Events, etc...).

raw_sync
crates.io docs.rs

Usage

For usage examples, see code located in examples/ :

Examples Description
event Shows the use of shared events through shared memory
mutex Shows the use of a shared mutex through shared memory

License

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 323

cargo fmt