Crates.io | deforest_derive |
lib.rs | deforest_derive |
version | 0.3.0 |
source | src |
created_at | 2023-10-03 18:49:23.460525 |
updated_at | 2024-02-13 18:13:33.473891 |
description | derive macros for the crate deforest |
homepage | |
repository | https://github.com/kadiwa4/deforest |
max_upload_size | |
id | 991413 |
size | 12,389 |
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.