Expand description
§socketcand
A socketcand parser implementation built with nom. Designed for no_std environments and implements embedded-can traits.
use socketcand::wire::command;
let input = "< send 123 0 >";
let (_, result) = command(input).unwrap();
println!("{:?}", result);§Optional features
defmt-03: Derivedefmt::Formatfromdefmt0.3 for enums and structs.
Modules§
Structs§
- Bus
- CAN network bus.
Enums§
- Mode
- Connection mode.