fruently 0.9.0

A yet another Fluentd logger for Rust.
Documentation
1
2
3
4
/// Traits for dump record(s).
pub trait Dumpable {
    fn dump(self) -> String;
}