access_log_parser 0.11.0

A library of Rust parsers for reading access logs in a strongly-typed way
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Rust tests

on: [push, pull_request]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    runs-on: ubuntu-24.04
    steps:
    - uses: actions/checkout@v2
    - name: Build application
      run: cargo build --verbose
    - name: Run tests
      run: cargo test