Crates.io | access_log_parser |
lib.rs | access_log_parser |
version | 0.9.0 |
source | src |
created_at | 2019-04-17 15:17:49.172897 |
updated_at | 2024-07-05 00:45:44.907508 |
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,257 |
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.8"
See examples/ for example code.
This software is released under version 2.0 of the Apache License.