mini-slcan-ng 0.2.0

Serial Line CAN (SLCAN) protocol decoder/encoder
Documentation
  • Coverage
  • 42.15%
    51 out of 121 items documented0 out of 51 items with examples
  • Size
  • Source code size: 38.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.56 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ProfFan/mini-slcan
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ProfFan

Serial Line CAN protocol codec

crates.io docs.rs CI

This crate implements a protocol encoder and decoder for the Serial Line CAN (SLCAN) protocol, used for transmitting CAN frames over a serial connection.

Please refer to the changelog to see what changed in the last releases.

Usage

Add an entry to your Cargo.toml:

[dependencies]
mini-slcan = "0.1.1"

Check the API Documentation for how to use the crate's functionality.

Rust version support

This crate supports stable Rust. No guarantees are made beyond that.