| Crates.io | shared_memory_extended |
| lib.rs | shared_memory_extended |
| version | 0.13.0 |
| created_at | 2023-06-21 08:31:44.382377+00 |
| updated_at | 2023-06-21 08:31:44.382377+00 |
| description | A user friendly crate that allows you to share memory between processes |
| homepage | |
| repository | https://github.com/phil-opp/shared_memory |
| max_upload_size | |
| id | 895999 |
| size | 67,052 |
A crate that allows you to share memory between processes. Fork of elast0ny/shared_memory.
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 |
|---|
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 |
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.