Lines Matching refs:crate
26 To bring this crate into your repository, either add `regex` to your
93 [`lazy_static`](https://crates.io/crates/lazy_static) crate to ensure that
114 The main API of this crate (`regex::Regex`) requires the caller to pass a
182 This repository contains a crate that provides a well tested regular expression
194 This crate comes with several features that permit tweaking the trade off
196 crate can selectively disable Unicode tables, or choose from a variety of
197 optimizations performed by this crate to disable.
212 This will reduce the dependency tree of `regex` down to a single crate
216 [in the "Crate features" section of the documentation](https://docs.rs/regex/*/#crate-features).
221 This crate's minimum supported `rustc` version is `1.41.1`.
224 to use this crate can be increased in minor version updates. For example, if
229 In general, this crate will be conservative with respect to the minimum