@@ -1,6 +1,6 @@
on: [push, pull_request]
-name: Rust Lint
+name: Lint
jobs:
clippy:
-name: Rust Tests
+name: Tests
test:
@@ -3,6 +3,8 @@
A pure-Rust crate for parsing Flattened Devicetrees, with the goal of having a
very ergonomic and idiomatic API.
+[](https://crates.io/crates/fdt) [](https://docs.rs/fdt) 
+
## License
This crate is licensed under the Mozilla Public License 2.0 (see the LICENSE file).