Skip to content

Commit

Permalink
Export crdt implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jan 29, 2025
1 parent 080da26 commit 9ebc983
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;

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

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

0 comments on commit 9ebc983

Please sign in to comment.