Module cairo_vm::serde::deserialize_program
source · Expand description
§Program deserialization
This module contains the logic for Program
deserialization.
Users shouldn’t need to use it directly
To generate a Program
from a JSON string, see Program::from_bytes()
.
To do the same from a JSON file, see Program::from_file()
.