dtoolkit 0.0.0

A library for parsing and manipulating Flattened Device Tree (FDT) blobs.
Documentation
[dependencies]

[lib]
name = "dtoolkit"
path = "src/lib.rs"

[package]
authors = ["Mateusz Maćkowski <mmac@google.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "encoding", "no-std::no-alloc", "parsing"]
description = "A library for parsing and manipulating Flattened Device Tree (FDT) blobs."
edition = "2024"
homepage = "https://github.com/google/dtoolkit"
keywords = ["device-tree", "fdt", "dtb", "dts", "parser"]
license = "Apache-2.0 OR MIT"
name = "dtoolkit"
readme = false
repository = "https://github.com/google/dtoolkit"
rust-version = "1.88"
version = "0.0.0"