# CANAerospace{Lite}
[](https://crates.io/crates/can_aerospace_lite)
[](https://docs.rs/can_aerospace_lite/)
[](https://github.com/Badger-Embedded/CANaerospace-Lite/actions/workflows/build.yml)
[](https://codecov.io/gh/Badger-Embedded/CANaerospace-Lite)
This crate implements CANAerospace protocol for low power embedded devices.
## Usage
Add an entry to your `Cargo.toml`:
```toml
[dependencies]
can_aerospace_lite = "0.1.2"
```
Check the [API Documentation](https://docs.rs/can_aerospace_lite/) for how to use the
crate's functionality.