1 2 3 4 5 6 7 8
/** * Wrappers for messages sent through channels and TCP streams. */ pub mod messages; /** * Version vector that is tagged to each message before sending. */ pub mod version_vector;