rs-can 0.3.2

A Nican driver.
Documentation
[![Latest version](https://img.shields.io/crates/v/rs-can.svg)](https://crates.io/crates/rs-can)
[![Documentation](https://docs.rs/rs-can/badge.svg)](https://docs.rs/rs-can)
![LGPL](https://img.shields.io/badge/license-LGPL-green.svg)
![MIT](https://img.shields.io/badge/license-MIT-yellow.svg)
![Downloads](https://img.shields.io/crates/d/rs-can)

## Overview
**rs-can** is a driver for CAN device.

It is a part of rust-can driver.

- v0.1.x is deprecated
- v0.2.x is sync
- v0.3.x and higher is async

### Prerequisites
- Rust 1.80 or higher
- Cargo (included with Rust)

### Adding to Your Project
```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!