Searched full:regexp_macros (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/nom/src/ |
D | regexp.rs | 45 #[cfg(feature = "regexp_macros")] 49 /// requires the `regexp_macros` feature 94 #[cfg(feature = "regexp_macros")] 98 /// requires the `regexp_macros` feature 142 #[cfg(feature = "regexp_macros")] 146 /// requires the `regexp_macros` feature 190 #[cfg(feature = "regexp_macros")] 194 /// requires the `regexp_macros` feature 243 #[cfg(feature = "regexp_macros")] 247 /// requires the `regexp_macros` feature [all …]
|
D | lib.rs | 412 #[cfg(feature = "regexp_macros")]
|
/external/rust/crates/nom/ |
D | .travis.yml | 15 - FEATURES='--features "regexp regexp_macros"' 30 env: DOC_FEATURES='--features "std lexical regexp regexp_macros" --no-default-features' 94 if [ "$FEATURES" == '--features "regexp regexp_macros"' ]; then
|
D | Cargo.toml.orig | 34 regexp_macros = ["regexp", "lazy_static"] 62 features = [ "alloc", "std", "regexp", "regexp_macros", "lexical"] 105 required-features = ["alloc", "regexp_macros"]
|
D | Cargo.toml | 29 features = ["alloc", "std", "regexp", "regexp_macros", "lexical"] 85 required-features = ["alloc", "regexp_macros"] 170 regexp_macros = ["regexp", "lazy_static"]
|
D | README.md | 220 * `regexp_macros`: enables regular expression parsers with the `regex` and `regex_macros` crates. R…
|
D | CHANGELOG.md | 687 - the `regexp_macros` feature that used `regex!` to precompile regular expressions has been replace… 692 - The `regexp_macros` and `no_std` feature build again and are now tested with Travis CI
|