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

extern crate rustc_serialize;
extern crate time;
pub mod fluent;