add serialization of values

This commit is contained in:
Matthieu Jolimaitre 2024-10-24 06:03:40 +02:00
parent da82c775db
commit 6350e4a40f
5 changed files with 87 additions and 26 deletions

View file

@ -20,3 +20,7 @@ backtrace-on-stack-overflow = "0.3.0"
[[bin]]
name = "repl"
path = "example/repl.rs"
[[bin]]
name = "run"
path = "example/run.rs"