A Rust library and tools for interfacing with the ChromeOS Embedded Controller.
Please make sure you have these dependencies first before building.
rustc
cargo
Simply clone this repo then:
cargo build
- Implement all of the EC commands
- Add documentation
- Publish to crates.io when ready