基于slog-rs的Iron框架的日志中间件
作者:Yusuke Sasaki
使用旧的Rust 2015
1357 在 HTTP服务器 中
每月下载量425
8KB 109 代码行
使用slog-rs的另一个Iron框架的日志中间件。
见 示例。
在 Cargo.toml 中添加依赖
Cargo.toml
[dependencies] iron-slog = { git = "https://github.com/ubnt-intrepid/iron-slog.git" }
MIT + Apache 2.0
lib.rs
~6MB ~135K SLoC