|
1 | | -# shared_memory |
2 | | -[](https://github.com/elast0ny/shared_memory-rs/actions?query=workflow%3Abuild) |
| 1 | +# shared_memory_extended |
| 2 | +[](https://github.com/phil-opp/shared_memory/actions?query=workflow%3Abuild) |
3 | 3 | [](https://crates.io/crates/shared_memory) |
4 | 4 | [](https://docs.rs/shared_memory/) |
5 | | -[](https://tokei.rs/b1/github/elast0ny/shared_memory-rs?category=code) |
| 5 | +[](https://tokei.rs/b1/github/phil-opp/shared_memory?category=code) |
6 | 6 |
|
7 | | -A crate that allows you to share memory between __processes__. |
| 7 | +A crate that allows you to share memory between __processes__. Fork of [elast0ny/shared_memory](https://github.com/elast0ny/shared_memory). |
8 | 8 |
|
9 | 9 | 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](https://github.com/elast0ny/raw_sync-rs) which provide simple primitves to synchronize access to the shared memory (Mutex, RwLock, Events, etc...). |
10 | 10 |
|
11 | | -| raw_sync | |
12 | | -|----| |
13 | | -|[](https://crates.io/crates/raw_sync) [](https://docs.rs/raw_sync/)| |
| 11 | +| raw_sync | |
| 12 | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 13 | +| [](https://crates.io/crates/raw_sync) [](https://docs.rs/raw_sync/) | |
14 | 14 |
|
15 | 15 | ## Usage |
16 | 16 |
|
17 | 17 | For usage examples, see code located in [examples/](examples/) : |
18 | 18 |
|
19 | | - | Examples | Description | |
20 | | - |----------|-------------| |
21 | | - |[event](examples/event.rs)| Shows the use of shared events through shared memory| |
22 | | - |[mutex](examples/mutex.rs)| Shows the use of a shared mutex through shared memory| |
| 19 | + | Examples | Description | |
| 20 | + | -------------------------- | ----------------------------------------------------- | |
| 21 | + | [event](examples/event.rs) | Shows the use of shared events through shared memory | |
| 22 | + | [mutex](examples/mutex.rs) | Shows the use of a shared mutex through shared memory | |
23 | 23 |
|
24 | 24 | ## License |
25 | 25 |
|
|
0 commit comments