rs-can

Crates.iors-can
lib.rsrs-can
version0.1.0-alpha1
sourcesrc
created_at2024-08-30 15:33:01.558856
updated_at2024-10-09 10:10:12.643124
descriptionA Nican driver.
homepagehttps://github.com/zhuyu4839/rust-can
repositoryhttps://github.com/zhuyu4839/rust-can
max_upload_size
id1357806
size4,331
(zhuyu4839)

documentation

README

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!

Commit count: 25

cargo fmt