2 releases

Uses old Rust 2015

0.0.2 Jun 10, 2018
0.0.1 Jun 7, 2017

#1400 in HTTP server

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
~130K SLoC