kanidm / concread

Concurrently Readable Data Structures for Rust
Mozilla Public License 2.0
339 stars 15 forks source link

Enable serialization of both collections and read transactions #112

Closed adamreichold closed 6 months ago

adamreichold commented 6 months ago

Serialization of read transactions can be required to ensure consistency, i.e. storing the same information elsewhere as was written to the serialized representation.