access_log_parser 0.5.0

A library of Rust parsers for reading access logs in a strongly-typed way
Documentation
[dependencies.chrono]
version = "^0.4"

[dependencies.http]
version = "^0.1"

[dependencies.nom]
version = "^4"

[package]
authors = ["Daniel Mikusa <dmikusa@pivotal.io>"]
categories = ["parsing", "parser-implementations"]
description = "A library of Rust parsers for reading access logs in a strongly-typed way"
edition = "2018"
keywords = ["access", "logs", "parse"]
license = "Apache-2.0"
name = "access_log_parser"
readme = "README.md"
repository = "https://github.com/dmikusa-pivotal/access_log_parser"
version = "0.5.0"