1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// TODO
// - fixup the pub/private mod, prelude
// - add mixed-endian tests/etc, probably just in CI using cross
// - reorganize the submodules/types

#![no_std]

#[macro_use]
mod macros;

pub mod decoder;
pub mod message;
pub mod messages;
pub mod mtdata2;
pub mod precision;
pub mod prelude;
pub mod wire;