mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
docs: updated features explaination
This commit is contained in:
parent
59aaf8f3b6
commit
cf80104132
1 changed files with 3 additions and 0 deletions
|
@ -24,7 +24,10 @@
|
|||
//! To generate Operation Sequences use helper methods from module [api::factory] (trait [api::OperationFactory]).
|
||||
//!
|
||||
//! ## features
|
||||
//! * `ot` : include the underlying operational transform library (default enabled)
|
||||
//! * `api` : include traits for core interfaces under [api] (default enabled)
|
||||
//! * `proto` : include GRCP protocol definitions under [proto] (default enabled)
|
||||
//! * `client`: include the local [client] implementation (default enabled)
|
||||
//! * `global`: provide a lazy_static global INSTANCE in [instance::global]
|
||||
//! * `sync` : wraps the [instance::a_sync::Instance] holder into a sync variant: [instance::sync::Instance]
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue