Home
last modified time | relevance | path

Searched full:regexp_macros (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/nom/src/
Dregexp.rs45 #[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 …]
Dlib.rs412 #[cfg(feature = "regexp_macros")]
/external/rust/crates/nom/
D.travis.yml15 - 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
DCargo.toml.orig34 regexp_macros = ["regexp", "lazy_static"]
62 features = [ "alloc", "std", "regexp", "regexp_macros", "lexical"]
105 required-features = ["alloc", "regexp_macros"]
DCargo.toml29 features = ["alloc", "std", "regexp", "regexp_macros", "lexical"]
85 required-features = ["alloc", "regexp_macros"]
170 regexp_macros = ["regexp", "lazy_static"]
DREADME.md220 * `regexp_macros`: enables regular expression parsers with the `regex` and `regex_macros` crates. R…
DCHANGELOG.md687 - 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