blob: 256f7fb866bacecc6aafc86749bdfffc2d76896e [file] [log] [blame] [edit]
build:
@cargo build
watch:
@cargo watch
watch-docs:
@cargo watch build "doc --no-deps"
test:
@cargo test --features=serde
@cargo test --features=std
@cargo test
docs: build
@cargo doc --no-deps
.PHONY: build test docs