Rust library for parsing ACPI tables and interpreting AML
|
6 years ago | |
---|---|---|
acpi | 6 years ago | |
aml_parser | 6 years ago | |
.gitignore | 7 years ago | |
.travis.yml | 7 years ago | |
Cargo.toml | 6 years ago | |
LICENCE-APACHE | 7 years ago | |
LICENCE-MIT | 7 years ago | |
README.md | 6 years ago | |
bors.toml | 7 years ago | |
rustfmt.toml | 6 years ago |
A library to parse ACPI tables and AML, written in pure Rust. Designed to be easy to use from Rust bootloaders and kernels. The library is split into two crates:
acpi
parses the static tables (useful but not feature-complete)aml_parser
parses the AML tables (still a work-in-progress, not that useful yet)Contributions are more than welcome! You can:
Useful resources for contributing are:
Acpi is dual-licenced under:
Unless you explicitly state otherwise, any contribution submitted for inclusion in this work by you, as defined in the Apache-2.0 licence, shall be dual licenced as above, without additional terms or conditions.