protocol 0.4.3

Easy protocol definitions
Documentation

Simple packet-based protocol definitions in Rust.

  • The Parcel trait defines any type that can be serialized to a connection.
  • The wire module deals with transmission of Parcels.