Sha256: 54c3e10bbc393e9881bfac3295815b160f59e69e2056bc29ee7cf0addd8e3cf7

Contents?: true

Size: 744 Bytes

Versions: 30

Compression:

Stored size: 744 Bytes

Contents

// This cfg should match the one in src/util/look.rs that uses perl_word.
#[cfg(all(
    // We have to explicitly want to support Unicode word boundaries.
    feature = "unicode-word-boundary",
    not(all(
        // If we don't have regex-syntax at all, then we definitely need to
        // bring our own \w data table.
        feature = "syntax",
        // If unicode-perl is enabled, then regex-syntax/unicode-perl is
        // also enabled, which in turn means we can use regex-syntax's
        // is_word_character routine (and thus use its data tables). But if
        // unicode-perl is not enabled, even if syntax is, then we need to
        // bring our own.
        feature = "unicode-perl",
    )),
))]
pub(crate) mod perl_word;

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/regex-automata-0.4.9/src/util/unicode_data/mod.rs
wasmtime-28.0.0 ./ext/cargo-vendor/regex-automata-0.4.9/src/util/unicode_data/mod.rs
wasmtime-27.0.0 ./ext/cargo-vendor/regex-automata-0.4.9/src/util/unicode_data/mod.rs
wasmtime-26.0.0 ./ext/cargo-vendor/regex-automata-0.4.8/src/util/unicode_data/mod.rs
wasmtime-25.0.2 ./ext/cargo-vendor/regex-automata-0.4.7/src/util/unicode_data/mod.rs
wasmtime-25.0.1 ./ext/cargo-vendor/regex-automata-0.4.7/src/util/unicode_data/mod.rs
wasmtime-25.0.0 ./ext/cargo-vendor/regex-automata-0.4.7/src/util/unicode_data/mod.rs
wasmtime-24.0.0 ./ext/cargo-vendor/regex-automata-0.4.7/src/util/unicode_data/mod.rs
wasmtime-23.0.2 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-22.0.0 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-21.0.1 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-20.0.2 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-20.0.0 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-18.0.3 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-17.0.1 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-17.0.0 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-16.0.0 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-15.0.1 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-15.0.0 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs
wasmtime-14.0.4 ./ext/cargo-vendor/regex-automata-0.4.3/src/util/unicode_data/mod.rs