4 releases

0.1.0-alpha3 Nov 15, 2024
0.1.0-alpha2 Nov 11, 2024
0.1.0-alpha1 Oct 9, 2024
0.1.0-alpha0 Aug 30, 2024

#806 in Hardware support

Download history 114/week @ 2024-08-26 14/week @ 2024-09-02 5/week @ 2024-09-09 28/week @ 2024-09-16 22/week @ 2024-09-23 28/week @ 2024-09-30 176/week @ 2024-10-07 13/week @ 2024-10-14 6/week @ 2024-10-21 246/week @ 2024-11-11 27/week @ 2024-11-18 6/week @ 2024-11-25 16/week @ 2024-12-02

295 downloads per month
Used in 2 crates

MIT OR GPL-3.0

64KB
1.5K SLoC

A uniform CAN driver

Latest version Documentation LGPL MIT

Overview

rs-can is a driver for CAN device.

It is a part of rust-can driver.

Prerequisites

  • Rust 1.70 or higher
  • Cargo (included with Rust)

Adding to Your Project

To use rs-can in your Rust project, add it as a dependency in your Cargo.toml:

[dependencies]
rs-can = { version="lastest-version" }

Contributing

We're always looking for users who have thoughts on how to make rs-can better, or users with interesting use cases.

Of course, we're also happy to accept code contributions for outstanding feature requests!


lib.rs:

rs-can, A unified CAN driver, just like python-can

Dependencies

~0.4–1MB
~21K SLoC