Crates.io | aml_parser |
lib.rs | aml_parser |
version | 0.3.0 |
source | src |
created_at | 2019-04-19 23:30:21.029487 |
updated_at | 2019-07-16 11:25:52.579496 |
description | Library for parsing AML |
homepage | |
repository | https://github.com/rust-osdev/acpi |
max_upload_size | |
id | 129026 |
size | 62,807 |
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 (can parse some namespaces, cannot yet execute methods)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.