1
2
3
4
5
6
7
8
9
//! `fruently` is a yet another Fluentd logger for Rust.

extern crate rustc_serialize;
extern crate time;
extern crate retry;
pub mod fluent;
pub mod record;
pub mod forwardable;
pub mod retry_conf;