Crate cairo_lang_execute_utils

Source

Functionsยง

program_and_hints_from_executable
The Program instance - set according to the type of the required entrypoint.The hint by string mapping.
user_args_from_flags
Returns the user arguments for the program after parsing them from the provided file or list. as_file - The content of a flag with an optional path to a json containing the args as hex strings. as_list - The content of a flag with the direct numeric value of the list. Making sure not both are provided should be done by the cli.