aya/aya-log-parser
Tamir Duberstein a43e40ae1d introduce workspace lints, warn on unused crates
In practice this will forbid unused dependencies because we run clippy
with `--deny warnings`.

Workspace lints is a nice place to ratchet up lints through the codebase
all at once and consistently.
..
src *: avoid Result::is_{ok,err}
CHANGELOG.md Release aya-log-parser v0.1.13
Cargo.toml introduce workspace lints, warn on unused crates