pub struct StateMachineParser { /* private fields */ }Expand description
High-performance version parser with state machine and zero-copy optimization
Implementations§
Source§impl StateMachineParser
impl StateMachineParser
Sourcepub fn with_config(
use_interning: bool,
max_tokens: usize,
max_numeric_tokens: usize,
) -> Self
pub fn with_config( use_interning: bool, max_tokens: usize, max_numeric_tokens: usize, ) -> Self
Create parser with custom configuration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StateMachineParser
impl RefUnwindSafe for StateMachineParser
impl Send for StateMachineParser
impl Sync for StateMachineParser
impl Unpin for StateMachineParser
impl UnwindSafe for StateMachineParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more