Skip to content

Commit

Permalink
Release v1.0.2.
Browse files Browse the repository at this point in the history
Release notes:
* Add repr(C) attribute for State type ([email protected])
* Added `check_bytes` parameter for `Synchronizer::read` to allow checking whether mapped memory can be used with type `T`.
* Added `Synchronizer::version` method, returning current `InstanceVersion`, useful for detecting whether synchronized `entity` has changed
* Added non-UTF8 paths support with `OsStr` to resolve #4.
* Added Windows support via conditional compilation for file mode to resolve #3.
  • Loading branch information
bocharov committed Sep 29, 2023
1 parent 8f71aff commit 63bd8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmap-sync"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
authors = ["Alex Bocharov <[email protected]>"]
description = "A Rust package allowing sharing of data between processes in a wait-free and zero-copy fashion from mapped memory."
Expand Down

0 comments on commit 63bd8ba

Please sign in to comment.