Our great sponsors
-
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
While regex has a backtracking engine, it's bounded and only there as an optimisation, and advanced uses via regex-automata should eventually allow disabling it without changing any of the engine's features.
-
Thanks! Features section is definitely missing from the docs and crates.io page. But I did outline them a bit in the post.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Here is the repo link (it can also be accessed from the menu on docs.rs page).
-
Here is the repo link (it can also be accessed from the menu on docs.rs page).