A yet another Fluentd logger for Rust.
Add this to your Cargo.toml:
toml
[dependencies]
fruently = "0.2.0"
and this to your crate root:
rust
extern crate fruently;
```rust extern crate fruently; use fruently::fluent::Fluent; use std::collections::HashMap;
fn main() {
let mut obj: HashMap
MIT.