codemp/src/api
alemi 917a6b96c2
feat: automatically map cursor uuids to names
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
2024-09-05 23:59:05 +02:00
..
change.rs docs: improved cargo docs, rewrote readme 2024-09-05 01:45:48 +02:00
controller.rs feat: don't use async-trait for api::Controller 2024-09-05 23:27:57 +02:00
cursor.rs feat: automatically map cursor uuids to names 2024-09-05 23:59:05 +02:00
event.rs docs: improved cargo docs, rewrote readme 2024-09-05 01:45:48 +02:00
mod.rs docs: re-documented remaining members 2024-09-04 21:37:35 +02:00
user.rs docs: improved cargo docs, rewrote readme 2024-09-05 01:45:48 +02:00