Skip to content

JacobLinCool/tja-rs

 
 

Repository files navigation

tja-rs

TJA file parser written in Rust, working in Rust, Python, and WebAssembly.

Building

Rust

Rust target requires no additional feature flags.

To build the library, run:

cargo build

To build the CLI tool, run:

cargo build --bin tja

Python

We use maturin to build the Python package.

The Python package requires the python feature flag to be enabled.

To build the Python package, run:

maturin develop -F python

WebAssembly

We use wasm-pack to build the WebAssembly package.

The WebAssembly package requires the wasm feature flag to be enabled.

To build the WebAssembly package, run:

wasm-pack build --features wasm

About

TJA file parser written in Rust, working in Rust, Python, and WebAssembly.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •