restructure

This commit is contained in:
2026-09-17 12:54:29 +07:00
parent fdabfcf026
commit 621a0a27c1
17 changed files with 327 additions and 297 deletions
+9
View File
@@ -0,0 +1,9 @@
//! One module per CORD document. CORD-07 (audio/video) is unimplemented, and
//! CORD-08's timer rides the Chat and Control planes it edits rather than owning a file.
pub mod cord01;
pub mod cord02;
pub mod cord03;
pub mod cord04;
pub mod cord05;
pub mod cord06;