hugr-llvm 0.25.0

A general and extensible crate for lowering HUGRs into LLVM IR
Documentation
1
2
3
4
5
6
7
//! Emission logic for collections.

pub mod array;
pub mod borrow_array;
pub mod list;
pub mod stack_array;
pub mod static_array;