2 releases

Uses old Rust 2015

0.0.2 Jun 10, 2018
0.0.1 Jun 7, 2017

#1526 in HTTP server

Download history 1/week @ 2024-11-10 11/week @ 2024-12-08

218 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

~6.5MB
~132K SLoC