mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
fix: export woot and not OT
This commit is contained in:
parent
2ccb5c936b
commit
5be1a7b901
1 changed files with 3 additions and 3 deletions
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue