Rust support for the Tritium CAN network protocol. Specifically for embedded and no_std systems.
tritiumcan
provides the core protocol definition, agnostic to the networking library implementation.tritiumcan-smoltcp
provides ano_std
compatible implementation using the smoltcp networking library.