Expand description
An implementation of the Cairo virtual machine
Feature Flags
skip_next_instruction_hint: Enable theskip_next_instruction()hint. Not enabled by default.hooks: Enable Hooks support for the VirtualMachine. Not enabled by default.with_mimalloc: Use MiMalloc as the program global allocator.
Re-exports
pub extern crate felt;