dotenv-parser 0.1.3

Pest-based parser for .env files
Documentation
1
2
3
4
5
6
7
.PHONY: test
test:
	cargo test

.PHONY: f
f:
	rustfmt $(shell find src -name "*.rs" -type f)