device_tree_source 0.2.0

A library to parse Device Tree Source (DTS) files.
Documentation

This crate includes functionality to parse Device Tree Source files into a tree structure and then manipulate that tree structure.

The main parsing function is parser::parse_dt. The structures that make up the returned tree are found in the tree module. Finally, functions to parse includes and manipulate the information gleaned from include statements can be found in the include module.