Rust library for parsing ACPI tables and interpreting AML
|
5 lat temu | |
---|---|---|
acpi | 5 lat temu | |
acpi-dumper | 5 lat temu | |
aml | 5 lat temu | |
aml_tester | 5 lat temu | |
tests | 5 lat temu | |
.gitignore | 5 lat temu | |
.travis.yml | 6 lat temu | |
Cargo.toml | 5 lat temu | |
LICENCE-APACHE | 7 lat temu | |
LICENCE-MIT | 7 lat temu | |
README.md | 5 lat temu | |
bors.toml | 7 lat temu | |
rustfmt.toml | 5 lat temu |
acpi
)aml
)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
parses the AML tables (can be useful, far from feature-complete)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.