uasm 1.0.4+2.57

A library to build the UASM compiler, for usage in build scripts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "uasm"
version = "1.0.4+2.57"
edition = "2024"
description = "A library to build the UASM compiler, for usage in build scripts."
authors = ["UnladenCoconut <unladencoconut@gmail.com>", "John Hankinson", "Branislav Habus" ]
repository = "https://github.com/Benkol003/uasm-rs"
license = "Watcom-1.0"
readme = "readme.md"
documentation = "https://docs.rs/uasm/"

[dependencies]

[build-dependencies]
cc = "1.2.38"