trane 0.24.0

An automated system for learning complex skills
Documentation
1
2
3
4
5
6
# Run all cargo checks and tests.
build:
	cargo fmt
	cargo clippy
	RUSTDOCFLAGS="-D missing_docs" cargo doc --document-private-items --no-deps
	cargo test --release