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;
|
mod diffs;
|
||||||
pub mod errors;
|
mod errors;
|
||||||
pub mod operations;
|
mod operation_transformation;
|
||||||
mod tokenizer;
|
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