update documentation
This commit is contained in:
parent
5ef5787ded
commit
5e27c5f359
49 changed files with 694 additions and 259 deletions
3
Makefile
3
Makefile
|
@ -8,8 +8,9 @@ bench:
|
|||
cargo bench
|
||||
|
||||
doc:
|
||||
cargo doc
|
||||
rm -rf doc
|
||||
rm -rf target/doc
|
||||
cargo doc --no-deps
|
||||
cp -r target/doc .
|
||||
|
||||
all: b15f test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue