openthread-sys 0.1.2

Rust bindings for OpenThread
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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