mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
docs: made it even fancier and added refs
This commit is contained in:
parent
5d6957c9ad
commit
1f1e8a78ba
1 changed files with 12 additions and 0 deletions
12
src/lib.rs
12
src/lib.rs
|
@ -1,5 +1,7 @@
|
|||
//! # MultiPlayer Code Editing
|
||||
//!
|
||||
//! ![just a nice pic](https://alemi.dev/img/about-slice-1.png)
|
||||
//!
|
||||
//! This is the core library of the codemp project.
|
||||
//!
|
||||
//! ## Structure
|
||||
|
@ -81,6 +83,16 @@
|
|||
//! Ok(())
|
||||
//! }
|
||||
//! ```
|
||||
//!
|
||||
//! ### reference
|
||||
//!
|
||||
//! ![another cool pic coz why not](https://alemi.dev/img/about-slice-2.png)
|
||||
//!
|
||||
//! check [codemp-vscode](https://github.com/codewithotherpeopleandchangenamelater/codemp-vscode)
|
||||
//! or [codemp-nvim](https://github.com/codewithotherpeopleandchangenamelater/codemp-nvim)
|
||||
//! or [codemp-server](https://github.com/codewithotherpeopleandchangenamelater/codemp-server) for
|
||||
//! reference implementations
|
||||
//!
|
||||
|
||||
|
||||
/// cursor related types and controller
|
||||
|
|
Loading…
Reference in a new issue