shared_memory 0.12.3

A user friendly crate that allows you to share memory between processes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog

# 0.12.2
- Default feature behavior is to disable logging on release builds
- Reverted edition bump back to 2018
- Updated to use Microsoft's `windows-rs` crate

# ~~0.12.1 (yanked)~~
- ~~Updated to latest edition (2021)~~

# 0.12.0
- Windows implementation now follows POSIX behavior in regards to ownership and deletion, see [#59]https://github.com/elast0ny/shared_memory-rs/pull/59 for more details
# __0.11.X__
This release breaks backwards compatibility and removes a bunch of previous features which hid many unsafe behaviors (automatically casting shared memory to Rust types).

The release also marks the split between `shared_memory` and its synchronization primitives into a seperate crate `raw_sync`.