uasm 1.0.1

A library for Cargo build scripts for providing the UASM assembler.
Documentation
1
2
3
4
5
6
7
8
9
### 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.
```rs
use uasm::UASM_PATH;
```
(: