A Rust library and tools for interfacing with the ChromeOS Embedded Controller.
Warning
This project is in the early stage. Contributions are welcome though!
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