ttasm

Crates.iottasm
lib.rsttasm
version0.1.4
sourcesrc
created_at2021-11-07 13:01:14.201656
updated_at2021-11-08 19:41:59.451955
descriptionTTVM Assembler API & driver for Rust
homepage
repositoryhttps://github.com/sahdjfg/ttasm
max_upload_size
id478065
size2,626
maDeveloper (sahdjfg)

documentation

README

ttasm - Assembler

ttasm is an assembler for assembling source code to TTVM executable.

Usage

Add the following to your Cargo.toml:

[dependencies]
ttasm = "0.1.4"

or install using:

cargo install "ttasm"

Features

  • Easy to use and Rust-like namings.
  • No heavy dependencies.

Rust version support

This project is being coding using the latest Rust version. No exact version is specified.

Platform support

ttasm is tested on Windows 21H2 (OS Build 22000.282) and Ubuntu 20.04 LTS.

License

This project is licensed under either of

at your opinion.

Commit count: 0

cargo fmt