Wrapper library to use FreeRTOS API in Rust.
To build an embedded application with FreeRTOS please refer
to [home](https://github.com/mcu-rust/FreeRTOS).
It needs [freertos-build](https://crates.io/crates/freertos-build) to work with.
The crate is published on [crates.io](https://crates.io/crates/freertos-next)
```shell
cargo add freertos-next
```