1 2 3 4 5 6
//! Target-specific operations. //! //! These operations are only used as targets so do not implement parsing logic. //! This module is called `targ3t` because `target` created issues with `cargo //! watch`. pub mod llvmir;