mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
alemi
917a6b96c2
not a fan of passing an Arc<DashMap> down to the cursor worker, but it needs to access a mapping managed by the workspace so not sure if it can be better. Into and From protocol types and Cursor are gone: do things manually (since user is now a different thing, it can't be auto). Also api::Cursor got changed: user field is Option<String> now |
||
---|---|---|
.. | ||
change.rs | ||
controller.rs | ||
cursor.rs | ||
event.rs | ||
mod.rs | ||
user.rs |