This is a pure Rust library for parsing access log entries. It currently support common, combined, Cloud Controller Nginx and Gorouter log formats.
Add the following to your Cargo.toml
:
toml
[dependencies]
access_log_parser = "0.7"
See examples/ for example code.
This software is released under version 2.0 of the Apache License.