dtoolkit 0.2.0

A library for parsing and manipulating Flattened Device Tree (FDT) blobs.
Documentation
## [0.2.0] - 2026-06-01

### Features

- [**breaking**] Validate node and property names ([#35]https://github.com/google/dtoolkit/pull/35)

### Refactor

- [**breaking**] Implement generic `From<T>` for `DeviceTreeNode` ([#28]https://github.com/google/dtoolkit/pull/28)

## [0.1.1] - 2026-01-12

### Miscellaneous

- Add docs.rs metadata to Cargo.toml and use `doc_cfg` ([#26]https://github.com/google/dtoolkit/pull/26)

## [0.1.0] - 2026-01-09

### Features

- First version published on crates.io