tcc 0.1.0

Rust wrapper around the Tiny C Compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
categories = ["api-bindings", "development-tools::ffi"]
description = "Rust wrapper around the Tiny C Compiler"
edition = "2018"
homepage = "https://git.linkmauve.fr/linkmauve/tcc-rs"
keywords = ["tcc", "tinycc", "c", "compiler", "jit"]
license = "MPL-2.0"
name = "tcc"
repository = "https://git.linkmauve.fr/linkmauve/tcc-rs"
version = "0.1.0"