Crates.io | deforest |
lib.rs | deforest |
version | 0.3.2 |
source | src |
created_at | 2023-10-03 19:11:46.366346 |
updated_at | 2024-04-01 14:11:26.983157 |
description | efficient `#![no_std]` parser for devicetree blobs |
homepage | |
repository | https://github.com/kadiwa4/deforest |
max_upload_size | |
id | 991453 |
size | 135,910 |
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.
fdt-rs
: can even build an index to interact with DTBs fasterfdt
: comes with extra types for a couple of common nodesThis project is licensed under the MIT license (LICENSE-MIT or https://opensource.org/license/mit/).