shared_memory
shared_memory copied to clipboard
A Rust wrapper around native shared memory for Linux and Windows
This removes memoffset as an indirect dependency, and decreases build times. See also: https://github.com/elast0ny/raw_sync-rs/pull/27
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. Changelog Sourced from nix's changelog. [0.24.0] - 2022-04-21 Added Added fine-grained features flags. Most Nix functionality can now be conditionally...
Hi, This is an awesome project, yet it has not supported Android. Is there have a plan to work on that.
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. Changelog Sourced from nix's changelog. [0.25.0] - 2022-08-13 Added Added faccessat (#1780) Added memfd on Android. (#1773) Added ETH_P_ALL to...
Hello, On linux if I ask to open a piece of Memory created somewhere else with a size, that size is the size of the buffer returned. On Windows if...
The GitHub repo summary says that this is for 'Linux and Windows', but the docs don't seem to mention any specific operating systems and a look through old issues seems...
I am storing a dynamically sized value inside the memory mapping that may grow beyond the boundary of the statically allocated size at creation. How do you resize the mapping?
In the event of a process crash, early exit or similar - what is the best way to ensure the shared memory file is removed along with the application?
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. Changelog Sourced from nix's changelog. [0.27.0] - 2023-08-28 Added Added AT_EACCESS to AtFlags on all platforms but android (#1995) Add...