Refactor codegen/src/generator.rs into a modular directory structure and fix compilation errors.

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
openhands
2026-05-25 04:11:57 +00:00
parent 6085ef3923
commit de6af24565
8 changed files with 941 additions and 99 deletions
+3 -12
View File
@@ -1,18 +1,9 @@
[package]
name = "no_std_test"
version = "0.1.0"
edition = "2024"
edition = "2021"
[dependencies]
roto-runtime = { path = "../../runtime", default-features = false }
embedded-alloc = { version = "0.5", optional = true }
bytes = { version = "1.7", default-features = false }
[features]
alloc = ["roto-runtime/alloc", "embedded-alloc"]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
prost = "0.13"
bytes = "1.8"