vclock 0.2.0

VClock is an experimental vector clock.
Documentation

VClock

VClock is an experimental vector clock implemented in Rust.

It offers a partial order of events in a distributed system. In practice, it implements the rust partial order trait over hash maps which maintain an integer count of each modification, per key.

VClock icon

Status

For now this is a toy project, clearly NOT suitable for production use.

Build Status

Usage

[TODO...]

License

VClock is licensed under the MIT license.