uasm 1.0.0

A library for Cargo build scripts for providing the UASM assembler.
Documentation

uasm-rs

A library for Cargo build scripts for providing the UASM assembler.

Usage

This crate provides one export, which is the path to the built UASM executable.

use uasm::UASM_PATH;

(: