create_rust_lib_template 0.1.0

_description_
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


DEFAULT: build-release

build-release:
	cargo +nightly build --release

build:
	cargo +nightly build

publish:
	cargo +nightly publish --allow-dirty

test:
	cargo +nightly test