cfun 0.2.11

Tidy up common functions
Documentation
1
2
3
4
5
6
@echo off
set RUSTDOCFLAGS=--cfg docsrs

cargo +nightly doc --no-deps --all-features
rmdir /s /q doc
mkdir doc
xcopy target\doc doc /s /y