|
@@ -3,11 +3,11 @@
|
|
|
[](https://crates.io/crates/acpi/)
|
|
|
|
|
|
### [Documentation (`acpi`)](https://docs.rs/acpi)
|
|
|
-### [Documentation (`aml_parser`)](https://docs.rs/aml_parser)
|
|
|
+### [Documentation (`aml`)](https://docs.rs/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_parser` parses the AML tables (can parse some namespaces, cannot yet execute methods)
|
|
|
+- `aml` parses the AML tables (can parse some namespaces, cannot yet execute methods)
|
|
|
|
|
|
## Contributing
|
|
|
Contributions are more than welcome! You can:
|