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
+6
View File
@@ -0,0 +1,6 @@
pub mod ecc;
pub mod encoder;
pub mod matrix;
pub mod render;
pub mod version;
pub mod qr;