Logical clocks implemented in Rust

made by kavirajk, submitted by Mai
A logical clock is a mechanism for capturing chronological and causal relationships in a distributed system. This program, written in Rust, implements vector clocks and dotted version vectors.