Skip to content

Releases: google/dtoolkit

0.2.1

16 Jun 14:11
7479eaf

Choose a tag to compare

Bug Fixes

  • Validate off_mem_rsvmap and off_dt_struct in the FDT parser (#38)
  • Return error when accessing data at invalid offsets in the FDT parser instead of panicking (#40)

0.2.0

01 Jun 13:25
dcdc978

Choose a tag to compare

Features

  • [breaking] Validate node and property names (#35)

Refactor

  • [breaking] Implement generic From<T> for DeviceTreeNode (#28)

0.1.1

12 Jan 10:27

Choose a tag to compare

What's Changed

  • chore: add docs.rs metadata to Cargo.toml and use doc_cfg by @m4tx in #26

Full Changelog: v0.1.0...v0.1.1

0.1.0

09 Jan 14:48
2728d73

Choose a tag to compare

What's Changed

  • First version published on crates.io

New Contributors