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.
For now this is a toy project, clearly NOT suitable for production use.
[TODO...]
VClock is licensed under the MIT license.