funcan_rs/
lib.rs

1#![no_std]
2//! # funcan-rs
3//!
4/// Finite States Machines
5pub mod machine;
6/// Raw CAN Frames
7pub mod raw;