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