tangram 0.7.0

Make predictions with a Tangram model from your Rust app. Learn more at https://www.tangram.dev/.
Documentation
1
2
3
cargo doc -p tangram --no-deps --target-dir target_docs
cp -r target_docs/doc docs
echo '<html><head><meta http-equiv="refresh" content="0; URL=tangram" /></head></html>' > docs/index.html