ct_regex_internal/haystack/ext/
mod.rs

1/// Extra haystack implementations for the [`arcstr`](https://docs.rs/arcstr/latest/arcstr/) crate.
2#[cfg(feature = "arcstr")]
3pub mod arcstr;
4
5/// Extra haystack implementations for the [`bstr`](https://docs.rs/bstr/latest/bstr/) crate.
6#[cfg(feature = "bstr")]
7pub mod bstr;
8
9/// Extra haystack implementations for the [`hipstr`](https://docs.rs/hipstr/latest/hipstr/) crate.
10#[cfg(feature = "hipstr")]
11pub mod hipstr;