Refactoring to allow for a more flexible API.

This commit is contained in:
Frederic Jacobs
2016-12-02 14:56:12 +01:00
committed by GitHub
parent aeb8e4c21f
commit f5ab309dd6
60 changed files with 6460 additions and 486 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
doc:
rm -rf docs/
cargo doc --no-deps
mv target/doc docs/