anylog 0.6.2

A library for Rust that attempts to parse single log lines into records.
Documentation
1
2
3
4
5
6
# rust-anylog

A simple rust library that parses log lines into log records.  This supports a range
of common log formats and parses out the timestamp and rest of the line.

[Documentation](https://docs.rs/anylog)