irgx 2.0.0

Linear-time regex engine for Rust - no catastrophic backtracking, no ReDoS - plus the shared analytic substrate (row protocol, transports, contracts).
Documentation
1
2
3
4
5
6
7
8
# Pins the toolchain for work inside this directory, so `cargo fmt` and
# `cargo clippy` give the same answer for everyone. It does not constrain a
# crate that depends on this one; the supported floor for that is
# `rust-version` in Cargo.toml.
[toolchain]
channel = "1.96.0"
profile = "minimal"
components = [ "rustfmt", "clippy" ]