openpencil/crates/op-codegen
Kayshen-X 0cb56ecd9e refactor: extract op-codegen crate
Relocate codegen.rs + codegen_targets.rs out of openpencil-shell-core
into a dedicated op-codegen crate. The code generators only depend on
jian-ops-schema + op-editor-core, so they form a clean leaf crate.
codegen.rs becomes the crate's lib.rs; crate::codegen:: paths in
codegen_targets.rs collapse to crate::. Pure relocation, no behaviour
change; tests move with their code.
2026-05-16 23:14:45 +08:00
..
src refactor: extract op-codegen crate 2026-05-16 23:14:45 +08:00
Cargo.toml refactor: extract op-codegen crate 2026-05-16 23:14:45 +08:00