candid_client 0.3.2

A library to handle client connections to a CANdid server
Documentation
1
2
3
4
5
pub mod candid_connection;
pub mod frame;

pub use candid_connection::CandidConnection;
pub use frame::Frame;