# openthread-sys
Rust bindings for [OpenThread](https://openthread.io/) generated by bindgen intended for embedded devices. Usage sample in [openthread-rust](https://gitlab.com/markushx/opentrust/-/tree/master/openthread-rust).
## Status
Work in Progress
### Features
- [x] Build Script
- [ ] use <https://docs.rs/autotools/0.2.1/autotools/>
- [ ] gitignore more files
- [ ] Build scripts should not modify anything outside of OUT_DIR.
- [ ] Configurable Device Type (MTD/FTD/NCP/RCP) as cargo features
- [ ] no-std support
- [ ] cross-compiling support