jupiter_api 0.1.9

jupiter api client
Documentation
.PHONY: fmt
fmt:
	find -type f -name "*.rs" -not -path "*target*" -not -path "*vendor*" -exec rustfmt --edition 2021 {} \;