parser: add utf8 seeking functions
useful for peeking the previous utf8 char on a 0-copy utf8 buffer view
This commit is contained in:
3
src/result.rs
Normal file
3
src/result.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
use crate::error::Error;
|
||||
|
||||
type Result<T> = std::result::Result<T, Error>;
|
||||
Reference in New Issue
Block a user