2 releases
Uses old Rust 2015
0.0.2 | Jun 10, 2018 |
---|---|
0.0.1 | Jun 7, 2017 |
#1357 in HTTP server
316 downloads per month
8KB
109 lines
iron-slog
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