feat(match): expose struct option fields
This commit is contained in:
parent
c0de39fdd0
commit
3a0c397410
|
@ -79,10 +79,10 @@ impl<Id> RollingMatch<Id> {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct StringMatchOptions {
|
pub struct StringMatchOptions {
|
||||||
case_insensitive: bool,
|
pub case_insensitive: bool,
|
||||||
preserve_case_markers: bool,
|
pub preserve_case_markers: bool,
|
||||||
left_word: bool,
|
pub left_word: bool,
|
||||||
right_word: bool,
|
pub right_word: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Default for StringMatchOptions {
|
impl Default for StringMatchOptions {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user