Crate nardol

Source
Expand description

Nardol is a framework built on top of Tcp from std::net mostly providing structure to data sent and received.

Nardol is named after one of warning beacons of Gondor as those were also mean of communicating.

Structs§

  • Wrapper around Vec of u8 used to store data in form of bytes in this library.
  • Used as an Error type throughout this library.
  • Gives structure to data to be sent or received from stream.

Enums§

Traits§