Closed ElijahVlasov closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
006666e
) 96.81% compared to head (bab376e
) 96.81%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Also, clippy is complaining about taking a reference to program
, which is now already a reference.
Also, clippy is complaining about taking a reference to
program
, which is now already a reference.
Should be fine now
Add
cairo_run_program
function tocairo_runner
.Description
It seems convenient to have an API function that runs a cairo program from a
Program
struct, not a serialized JSON representation. For instance, in my use-case the program comes from a compressed binary representation, not from a json, so don't want to copy the content ofcairo_run
function in my project for that.If this is useful for someone barring me please consider this tiny PR :)