Skip to main content

Module util

Module util 

Source
Expand description

Shared utility layer for all architecture-specific compilers

Structsยง

Assembler ๐Ÿ”’
Our own simple replacement for dynasmrt::Assembler
ExecutableBuffer ๐Ÿ”’
A structure holding a buffer of executable memory. It also derefs to a &[u8]. This structure does not allocate when its size is 0.