Releases: UpsettingBoy/typed_shmem
Releases · UpsettingBoy/typed_shmem
v0.3 - unsafe exposure
Now the library user has to manege the unsafe block responsible of the shared memory usage (the lib won't hide this intent anymore)
v0.2 - zerocopy addition
ShMem require T to be zerocopy::AsBytes, zerocopy::FromBytes and Default
Inital crate release
This release implements basic shared memory on *nix and Windows.