1 2 3 4 5 6 7
//! Blocks are sections of EVM instructions. pub mod annotated; pub mod basic; pub use self::annotated::AnnotatedBlock; pub use self::basic::BasicBlock;