Access Log Parser

This is a pure Rust library for parsing access log entries. It currently support common, combined, Cloud Controller Nginx and Gorouter log formats.

Usage

Add the following to your Cargo.toml:

toml [dependencies] access_log_parser = "0.7"

See examples/ for example code.

Features

License

This software is released under version 2.0 of the Apache License.