device_tree 1.0.1

Reads and parses Linux device tree images
Documentation
1
2
3
4
5
6
7
#!/bin/sh
set -e

rm -rf target/doc
cargo doc -p device_tree
gittar -b gh-pages file:target/doc/*
git push origin gh-pages