feat: workspace 骨架 — core + cli 模块结构

This commit is contained in:
2026-06-16 23:27:58 +08:00
parent 7590b290ca
commit ad77b3ac1b
25 changed files with 404 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
// FIXME: 比特流 — Task 6
+3
View File
@@ -0,0 +1,3 @@
pub mod mode;
pub mod segment;
pub mod bitstream;
+1
View File
@@ -0,0 +1 @@
// FIXME: 编码模式 — Task 5
+1
View File
@@ -0,0 +1 @@
// FIXME: 数据分段 — Task 6