rust_fluent ==== Description Fluentd client for rust. Usage Add this to your Cargo.toml: [dependencies] rust-fluent = "0.2.0" and this to your crate root: extern crate rust_fluent; now only tcp with json support. Tasks use http use messagepack Licence MIT Author takkanm