2 releases

Uses old Rust 2015

0.0.2 Jun 10, 2018
0.0.1 Jun 7, 2017

#1357 in HTTP server

Download history 85/week @ 2024-04-05 82/week @ 2024-05-03 147/week @ 2024-05-10 42/week @ 2024-05-17 109/week @ 2024-05-24 44/week @ 2024-05-31 30/week @ 2024-06-07 353/week @ 2024-06-14 113/week @ 2024-06-21 42/week @ 2024-06-28 70/week @ 2024-07-05 201/week @ 2024-07-12

316 downloads per month

MIT/Apache

8KB
109 lines

iron-slog Build Status crates.io docs-rs

Yet another logging middleware for Iron framework, by using slog-rs.

Example

See examples.

Installation

Add dependency to Cargo.toml:

[dependencies]
iron-slog = { git = "https://github.com/ubnt-intrepid/iron-slog.git" }

License

MIT + Apache 2.0


lib.rs:

Logger middleware for Iron framework, with slog-rs

Dependencies

~6MB
~135K SLoC