vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
//! String matching operations — exact, wildcard, glob, and automata-based search.
//!
//! Matching ops are Category A compositions.  Search contracts
//! define bounds on pattern length and result count.

automod::dir!(pub "src/ops/string_matching");