# A uniform CAN driver
[](https://crates.io/crates/rs-can)
[](https://docs.rs/rs-can)


## 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`:
```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!