serial-can 0.1.0

Serial CAN (slcan) for small systems.
Documentation
  • Coverage
  • 41.94%
    13 out of 31 items documented0 out of 15 items with examples
  • Size
  • Source code size: 37.15 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.54 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • liamkinne

Serial CAN

A Rust Serial Line CAN (slcan) library. Useful for embedded systems.

  • Implements embedded-can traits.
  • Doesn't require embedded-io or embedded-io-async. Purely a formatting and parsing library.

Getting started

cargo add serial-can