Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 473 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 473 Bytes

crosec-rs

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

🛠️ 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