libfdt-sys 0.0.1

A sys crate for libfdt.
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 clause 2 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 clause 2` license.