2 unstable releases
0.3.0 | Feb 13, 2024 |
---|---|
0.1.0 | Oct 3, 2023 |
Used in deforest
13KB
296 lines
Rust crate deforest
Efficient #![no_std]
parser for devicetree blobs compliant (hopefully) with version 0.4 of the specification.
The crate tries to be efficient by avoiding allocations (it can be used without alloc
) and only iterating over nodes once, but I have no realistic benchmarks.
On the downside, the interface isn't the most ergonomic.
Alternatives
lib.rs
:
Derive macro for deforest
, a #![no_std]
devicetree parser.
Dependencies
~235–670KB
~16K SLoC