mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 23:34:49 +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,
|
Result as CodempResult,
|
||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(feature = "ot")]
|
#[cfg(feature = "woot")]
|
||||||
pub use crate::ot::OperationSeq as CodempOperationSeq;
|
pub use crate::woot::crdt::Op as CodempOp;
|
||||||
|
|
||||||
#[cfg(feature = "api")]
|
#[cfg(feature = "api")]
|
||||||
pub use crate::api::{
|
pub use crate::api::{
|
||||||
|
@ -18,10 +18,10 @@ pub use crate::api::{
|
||||||
|
|
||||||
#[cfg(feature = "client")]
|
#[cfg(feature = "client")]
|
||||||
pub use crate::{
|
pub use crate::{
|
||||||
|
Instance as CodempInstance,
|
||||||
client::Client as CodempClient,
|
client::Client as CodempClient,
|
||||||
cursor::Controller as CodempCursorController,
|
cursor::Controller as CodempCursorController,
|
||||||
buffer::Controller as CodempBufferController,
|
buffer::Controller as CodempBufferController,
|
||||||
Instance as CodempInstance,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(feature = "proto")]
|
#[cfg(feature = "proto")]
|
||||||
|
|
Loading…
Reference in a new issue