1
2
3
4
5
//! Iterators to traverse either a Component or a Module. Supports injection of Instructions at specific locations.

pub mod component_iterator;
pub mod iterator_trait;
pub mod module_iterator;