access_log_parser

Crates.ioaccess_log_parser
lib.rsaccess_log_parser
version0.11.0
created_at2019-04-17 15:17:49.172897+00
updated_at2025-01-27 21:19:56.013675+00
descriptionA library of Rust parsers for reading access logs in a strongly-typed way
homepage
repositoryhttps://github.com/dmikusa-pivotal/access_log_parser
max_upload_size
id128549
size107,639
Daniel Mikusa (dmikusa)

documentation

README

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:

[dependencies]
access_log_parser = "0.10"

See examples/ for example code.

Features

  • Read access log entries, parse them to Rust structs and process the data in your programs
  • Supported log formats:
    • Common
    • Combined
    • Cloud Controller Nginx
    • Gorouter

License

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

Commit count: 47

cargo fmt