dtb-walker 0.1.3

A simple package for DTB depth-first walking.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "dtb-walker"
version = "0.1.3"
authors = ["YdrMaster <ydrml@hotmail.com>"]
description = "A simple package for DTB depth-first walking."
readme = "README.md"
keywords = [
    "device-tree",
    "dtb",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/YdrMaster/dtb-walker.git"
resolver = "2"

[dependencies]