dogstatsd 0.7.1

A DogstatsD client for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4"

[features]
unstable = []

[package]
authors = ["Matt Casper <matthewvcasper@gmail.com>"]
description = "A DogstatsD client for Rust."
documentation = "https://mcasper.github.io/dogstatsd-rs/dogstatsd/"
keywords = ["datadog", "dogstatsd", "client"]
license = "MIT"
name = "dogstatsd"
readme = "README.md"
repository = "https://github.com/mcasper/dogstatsd-rs"
version = "0.7.1"