access_log_parser

Crates.ioaccess_log_parser
lib.rsaccess_log_parser
version0.9.0
sourcesrc
created_at2019-04-17 15:17:49.172897
updated_at2024-07-05 00:45:44.907508
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,257
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.8"

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: 41

cargo fmt