Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 491 Bytes

Readme.md

File metadata and controls

38 lines (23 loc) · 491 Bytes

rust_fluent

====

Description

Fluentd client for rust.

Usage

Add this to your Cargo.toml:

[dependencies]
rust-fluent = "0.2.0"

and this to your crate root:

extern crate rust_fluent;

now only tcp with json support.

Tasks

  • use http
  • use messagepack

Licence

MIT

Author

takkanm