7 releases (4 stable)

Uses old Rust 2015

1.2.1 May 11, 2017
1.2.0 Oct 22, 2016
1.1.0 Sep 29, 2016

#51 in #hierarchical

Download history 166/week @ 2024-02-05 338/week @ 2024-02-12 280/week @ 2024-02-19 273/week @ 2024-02-26 313/week @ 2024-03-04 347/week @ 2024-03-11 339/week @ 2024-03-18 278/week @ 2024-03-25 923/week @ 2024-04-01 377/week @ 2024-04-08 358/week @ 2024-04-15 416/week @ 2024-04-22 405/week @ 2024-04-29 354/week @ 2024-05-06 278/week @ 2024-05-13 288/week @ 2024-05-20

1,375 downloads per month
Used in 24 crates (8 directly)

MPL-2.0 license

14KB
89 lines

slog-stream - io::Write streamer for slog-rs

Travis CI Build Status slog-stream on crates.io slog-rs Gitter Chat


lib.rs:

io::Write streamer for slog-rs

One of the main drains not included in the core slog-rs create. Streamer drain serializes logging records into stream of bytes using given Format and writes it to a given io::Write.

Dependencies

~220KB