stdlib-rs 0.0.2

A Personal Standard Library in Rust
Documentation
1
2
3
4
5
6
7
8
all:
	cargo run
man:
	cargo run --bin man --features build_deps
rustdocs:
	cargo doc --no-deps
clean_man:
	rm -rf man