os-trait 0.6.0

Traits used to adapter different embedded RTOS.
Documentation
# os-trait


[![CI](https://github.com/mcu-rust/os-trait/workflows/CI/badge.svg)](https://github.com/mcu-rust/os-trait/actions)
[![Crates.io](https://img.shields.io/crates/v/os-trait.svg)](https://crates.io/crates/os-trait)
[![Downloads](https://img.shields.io/crates/d/os-trait.svg)](https://crates.io/crates/os-trait)

Traits used to adapter different embedded RTOS.


## Cargo Features


- `alloc`: Enabled by default.
- `std`: Used for unit test. Disabled by default.
- `std-custom-mutex`: Enable it when you want to use `BlockingMutex` instead of STD `Mutex`.

## Usage

```shell
cargo add os-trait
```

See [crate](https://crates.io/crates/os-trait)