dtoolkit 0.0.0

A library for parsing and manipulating Flattened Device Tree (FDT) blobs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dtoolkit"
version = "0.0.0"
edition = "2024"
license = "Apache-2.0 OR MIT"
rust-version = "1.88"
description = "A library for parsing and manipulating Flattened Device Tree (FDT) blobs."
repository = "https://github.com/google/dtoolkit"
homepage = "https://github.com/google/dtoolkit"
authors = ["Mateusz Maćkowski <mmac@google.com>"]
categories = ["embedded", "encoding", "no-std::no-alloc", "parsing"]
keywords = ["device-tree", "fdt", "dtb", "dts", "parser"]

[dependencies]