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

#66 in #hierarchical

Download history 477/week @ 2024-11-16 590/week @ 2024-11-23 454/week @ 2024-11-30 657/week @ 2024-12-07 673/week @ 2024-12-14 383/week @ 2024-12-21 225/week @ 2024-12-28 429/week @ 2025-01-04 571/week @ 2025-01-11 526/week @ 2025-01-18 438/week @ 2025-01-25 1007/week @ 2025-02-01 822/week @ 2025-02-08 718/week @ 2025-02-15 643/week @ 2025-02-22 604/week @ 2025-03-01

2,912 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

~215KB