Crates.io | mini-slcan-ng |
lib.rs | mini-slcan-ng |
version | 0.2.0 |
source | src |
created_at | 2024-08-16 18:47:17.208095 |
updated_at | 2024-08-16 18:47:17.208095 |
description | Serial Line CAN (SLCAN) protocol decoder/encoder |
homepage | |
repository | https://github.com/ProfFan/mini-slcan.git |
max_upload_size | |
id | 1340580 |
size | 35,076 |
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.
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.
This crate supports stable Rust. No guarantees are made beyond that.