Skip to content

Releases: UpsettingBoy/typed_shmem

v0.3 - unsafe exposure

28 Mar 15:43
e7b3458
Compare
Choose a tag to compare

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

23 Jan 00:39
1bd5598
Compare
Choose a tag to compare

ShMem require T to be zerocopy::AsBytes, zerocopy::FromBytes and Default

Inital crate release

20 Oct 19:24
ba4b473
Compare
Choose a tag to compare
Inital crate release Pre-release
Pre-release

This release implements basic shared memory on *nix and Windows.