ttvm 0.1.7

Runtime and compiler infrastructure for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.mtk]
version = "0.1.1"

[package]
authors = ["maDeveloper"]
description = "Runtime and compiler infrastructure for Rust"
edition = "2021"
exclude = [".idea/", ".vscode/"]
include = ["src/*", "Cargo.toml"]
license = "MIT OR Apache-2.0"
name = "ttvm"
readme = "README.md"
repository = "https://github.com/sahdjfg/ttvm"
resolver = "2"
version = "0.1.7"