Expand description
CONDUYT Protocol SDK for Rust
no_std compatible core (wire, COBS, CRC8).
Enable std feature for full device API with transports.
Re-exports§
pub use crc8::crc8;pub use wire::Packet;pub use wire::wire_encode;pub use wire::wire_decode;pub use wire::make_packet;pub use wire::wire_find_packet;pub use constants::*;