sttp 0.1.0

Rust STTP/IEEE 2664 Implementation
Documentation
1
2
3
4
5
6
7
8
9
10
@echo off

echo Generating docs...
cargo doc --no-deps
echo ^<meta http-equiv=^"refresh^" content=^"0; url=sttp^"^> > target\doc\index.html
echo. 2> target\doc\.nojekyll

echo Copying docs...
rmdir /s /q docs
xcopy /e /i /y target\doc docs