Skip to main content

Crate provekit_hla

Crate provekit_hla 

Source

Re-exports§

pub use frontend::*;
pub use instructions::*;

Modules§

backend
builder
codegen
Code generators that do ~90% of the work required to incorporate an assembly function into Rust. It will generate the meat of the functions, the assembly instructions and in/out/lateout for registers, but you’ll have to write the interface functions and for loads/store you’ll need to modify the argument a little bit.
frontend
instructions
This module provides a collection of assembly instructions as Rust functions.
ir
liveness
reification