Documentation
# ttvm - TT64 emulator

`ttvm` provides implementations for emulating TT64 binary in Rust.

## Usage

Add the following to your `Cargo.toml`:

```toml
ttvm = "0.4"
```

## License

This project is licensed under either of

* [Apache License, Version 2.0]https://www.apache.org/licenses/LICENSE-2.0
  ([LICENSE-APACHE]https://github.com/typolang/ttvm/blob/master/LICENSE-APACHE)

* [MIT License]https://opensource.org/licenses/MIT
  ([LICENSE-MIT]https://github.com/typolang/ttvm/blob/master/LICENSE-MIT)

at your option.