소스 검색

Update comment about aml crate to be more accurate

Isaac Woods 5 년 전
부모
커밋
2fac25b4fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@
 
 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 parse some namespaces, cannot yet execute methods)
+- `aml` parses the AML tables (can be useful, far from feature-complete)
 
 ## Contributing
 Contributions are more than welcome! You can: