A yet another Fluentd logger for Rust.
Add this to your Cargo.toml:
toml [dependencies] fruently = "0.1.0"
and this to your crate root:
rust extern crate fruently;
MIT.