asmkit 0.0.0

Assembler tools written in Rust.
Documentation
1
2
3
4
//! An assembler written in Rust.

pub use asmkit_core as core;
pub use asmkit_x86_64 as x86_64;