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,6 +3,7 @@ mod app;
|
||||
mod contacts;
|
||||
mod error;
|
||||
mod parser;
|
||||
mod result;
|
||||
|
||||
pub use app::Damus;
|
||||
pub use error::Error;
|
||||
|
||||
Reference in New Issue
Block a user