Skip to content

Commit

Permalink
Merge pull request #2460 from o1-labs/dw/turshi-remove-old-macro
Browse files Browse the repository at this point in the history
Turshi: remove old macro annotation
  • Loading branch information
dannywillems authored Jul 30, 2024
2 parents 33beff8 + 654e80c commit f1cd76e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions turshi/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#![warn(missing_docs)]
//! This module contains the code that executes a compiled Cairo program and generates the memory.
//! This module contains the code that executes a compiled Cairo program and
//! generates the memory.
//! The Cairo runner includes code to execute a bytecode compiled Cairo program,
//! and obtain a memory instantiation after the execution. It uses some code to
//! represent Cairo instructions and their decomposition, together with their logic
//! which is represented as steps of computation making up the full program.
//! represent Cairo instructions and their decomposition, together with their
//! logic which is represented as steps of computation making up the full
//! program.
pub mod flags;
pub mod helper;
pub mod memory;
Expand Down

0 comments on commit f1cd76e

Please sign in to comment.