logtea 2.0.0

An Ingredient crate for working with LOG files in rettle.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "logtea"
version = "2.0.0"
authors = ["Benjamin Slater <benjamin.ed.slater@gmail.com>"]
edition = "2018"
readme = "README.md"
documentation = "https://docs.rs/logtea"
repository = "https://github.com/slaterb1/logtea"
description = "An Ingredient crate for working with LOG files in rettle."
license = "MIT OR Apache-2.0"

[dependencies]
rettle = "2"
nom = "5.0.0"

[badges]
travis-ci = { repository = "slaterb1/logtea" }
maintenance = { status = "actively-developed" }