mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
docs: mentioned Instance early on
This commit is contained in:
parent
4bf3c1c7a5
commit
ed2f6688c3
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,9 @@
|
|||
//! This is the core library of the codemp project.
|
||||
//!
|
||||
//! ## structure
|
||||
//! The main entrypoint is the [Client] object, that maintains a connection and can
|
||||
//! be used to join workspaces or attach to buffers.
|
||||
//! The main entrypoint is the [Instance] object, that maintains a connection and can
|
||||
//! be used to join workspaces or attach to buffers. It contains the underlying [Client] and
|
||||
//! stores active controllers.
|
||||
//!
|
||||
//! Some actions will return structs implementing the [Controller] trait. These can be polled
|
||||
//! for new stream events ([Controller::poll]/[Controller::recv]), which will be returned in order.
|
||||
|
|
Loading…
Reference in a new issue