Rust library for parsing ACPI tables and interpreting AML
|  | il y a 6 ans | |
|---|---|---|
| acpi | il y a 6 ans | |
| aml_parser | il y a 6 ans | |
| .gitignore | il y a 7 ans | |
| .travis.yml | il y a 6 ans | |
| Cargo.toml | il y a 6 ans | |
| LICENCE-APACHE | il y a 7 ans | |
| LICENCE-MIT | il y a 7 ans | |
| README.md | il y a 6 ans | |
| bors.toml | il y a 7 ans | |
| rustfmt.toml | il y a 6 ans | 
acpi)aml_parser)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.