fix: export woot and not OT

This commit is contained in:
əlemi 2023-11-17 05:46:13 +01:00
parent 2ccb5c936b
commit 5be1a7b901

View file

@ -7,8 +7,8 @@ pub use crate::{
Result as CodempResult,
};
#[cfg(feature = "ot")]
pub use crate::ot::OperationSeq as CodempOperationSeq;
#[cfg(feature = "woot")]
pub use crate::woot::crdt::Op as CodempOp;
#[cfg(feature = "api")]
pub use crate::api::{
@ -18,10 +18,10 @@ pub use crate::api::{
#[cfg(feature = "client")]
pub use crate::{
Instance as CodempInstance,
client::Client as CodempClient,
cursor::Controller as CodempCursorController,
buffer::Controller as CodempBufferController,
Instance as CodempInstance,
};
#[cfg(feature = "proto")]