metrics-exporter-http-async_std 0.1.0

A metrics-core compatible exporter for serving metrics over HTTP using async_std.
Documentation
1
2
3
4
5
6
VERSION := 0.1.0

version:
	sed -i '0,/version = .*/s/version = .*/version = "${VERSION}"/g' Cargo.toml
	git tag -s ${VERSION} -m "${VERSION}"
	git push origin master --tags