ether_convert 0.1.2

Ether unit converter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
all:
	@echo "no default"

.PHONY: run
run:
	cargo run $(ARGS)

.PHONY: test
test:
	cargo test

.PHONY: publish
publish:
	@cargo publish

.PHONY: test
test:
	@cargo test --verbose