mini-slcan-ng

Crates.iomini-slcan-ng
lib.rsmini-slcan-ng
version0.2.0
sourcesrc
created_at2024-08-16 18:47:17.208095
updated_at2024-08-16 18:47:17.208095
descriptionSerial Line CAN (SLCAN) protocol decoder/encoder
homepage
repositoryhttps://github.com/ProfFan/mini-slcan.git
max_upload_size
id1340580
size35,076
Fan Jiang (ProfFan)

documentation

https://docs.rs/mini-slcan-ng/

README

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.

Commit count: 0

cargo fmt