diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-17 10:38:43 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-17 10:38:43 +0100 |
| commit | 59db18c7d8ea0fdce8ff25eef5a13e59e1af4c58 (patch) | |
| tree | 7cfc386f386103c63fa1ce7f589d204cd01f4c42 /examples/10-transient-0/output/rust/src/lib.rs | |
| parent | d14b7d028aec3d491d9f162fc84aa8f4e51ec814 (diff) | |
Generate separate functions for primitive encode/decode
Diffstat (limited to 'examples/10-transient-0/output/rust/src/lib.rs')
| -rw-r--r-- | examples/10-transient-0/output/rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/10-transient-0/output/rust/src/lib.rs b/examples/10-transient-0/output/rust/src/lib.rs index 865555e..56be8ca 100644 --- a/examples/10-transient-0/output/rust/src/lib.rs +++ b/examples/10-transient-0/output/rust/src/lib.rs @@ -1,4 +1,5 @@ pub mod data; +pub mod transient_0; #[cfg(test)] mod test { |
