fruently 0.10.0

A yet another Fluentd logger for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(feature = "readme-testing")]
extern crate skeptic;

#[cfg(feature = "readme-testing")]
fn readme_testing() {
    skeptic::generate_doc_tests(&["README.md"]);
}

#[cfg(not(feature = "readme-testing"))]
fn readme_testing() {}

fn main() {
    readme_testing();
}