Reexport funcs
This commit is contained in:
parent
fd445ea23e
commit
5d5eedd567
1 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
|||
mod diffs;
|
||||
pub mod errors;
|
||||
pub mod operations;
|
||||
mod errors;
|
||||
mod operation_transformation;
|
||||
mod tokenizer;
|
||||
mod utils;
|
||||
|
||||
pub use operation_transformation::reconcile;
|
||||
pub use operation_transformation::EditedText;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue