Expand description
§An implementation of the Cairo virtual machine
§Feature Flags
std
: Enables usage of thestd
standard library. Enabled by default.test_utils
: Enables the following to help with tests (not enabled by default):Hooks
support for the VirtualMachine;- the
print_*
family of hints; - the
skip_next_instruction()
hints; - implementations of
arbitrary::Arbitrary
for some structs.
cairo-1-hints
: Enable hints that were introduced in Cairo 1. Not enabled by default.
Modules§
- air_
private_ input - air_
public_ input - cairo_
run - hint_
processor - math_
utils - program_
hash - serde
- stdlib
- types
- utils
- vm
- with_
std
Macros§
Structs§
- Felt252
- Definition of the Field Element type.