alog 0.5.10

Anonymize 'Combined Log Format' data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
os:
  - linux
  - windows
rust:
  - stable
  - nightly
jobs:
  allow_failures:
    - rust: nightly
    - os: windows
  fast_finish: true
script:
  - rustc --version --verbose
  - cargo --version --verbose
  - cargo build --all-features --verbose
  - cargo test --all-features --verbose