Skip to content

Commit

Permalink
Export TextDelta as well
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jan 29, 2025
1 parent 2b8352b commit 272e090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aardvark-doc/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod crdt;

pub use crate::crdt::{TextCrdt, TextCrdtError, TextCrdtEvent};
pub use crate::crdt::{TextCrdt, TextCrdtError, TextCrdtEvent, TextDelta};

pub struct Document {
#[allow(dead_code)]
Expand Down

0 comments on commit 272e090

Please sign in to comment.