| Crates.io | access_log_parser |
| lib.rs | access_log_parser |
| version | 0.11.0 |
| created_at | 2019-04-17 15:17:49.172897+00 |
| updated_at | 2025-01-27 21:19:56.013675+00 |
| description | A library of Rust parsers for reading access logs in a strongly-typed way |
| homepage | |
| repository | https://github.com/dmikusa-pivotal/access_log_parser |
| max_upload_size | |
| id | 128549 |
| size | 107,639 |
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:
[dependencies]
access_log_parser = "0.10"
See examples/ for example code.
This software is released under version 2.0 of the Apache License.