feat(proto): GroupId, Orient, n-ary LayoutNode with external-tagged serde

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-09 21:11:51 +07:00
parent d859aa8841
commit 114922aaf8
3 changed files with 70 additions and 1 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
pub mod codec;
pub mod ids;
pub mod layout;
pub mod message;
pub use ids::{SurfaceId, WorkspaceId};
pub use ids::{GroupId, SurfaceId, WorkspaceId};
pub use layout::{LayoutNode, Orient};
pub use message::{Cmd, Envelope, ErrorBody, Evt};