/crosec-rs

A Rust library and tools for interfacing with the ChromeOS Embedded Controller.

Primary LanguageRust

crosec-rs

A Rust library and tools for interfacing with the ChromeOS Embedded Controller.

Warning

This project is in the early stage. Contributions are welcome though!

🛠️ Dependencies

Please make sure you have these dependencies first before building.

rustc
cargo

🏗️ Building

Simply clone this repo then:

cargo build

🗒️ Todos

  • Implement all of the EC commands
  • Add documentation
  • Publish to crates.io when ready