libfdt-sys 0.0.2

A sys crate for libfdt.
Documentation
1
2
3
4
5
6
7
# libfdt-sys

A Rust sys crate for [libfdt](https://github.com/dgibson/dtc.git).

A copy of the BSD 2 clause license, under which libfdt is distributed, can be found in [the LICENSE file](LICENSE).

Since this is simply a reexport of libfdt symbols in Rust, this crate follows the same `BSD 2 clause` license.