libtcc 0.1.1

Rust binding for libtcc
Documentation
[package]
name = "libtcc"
version = "0.1.1"
authors = ["sam <sunhaoyl@outlook.com>"]
edition = "2018"
description = "Rust binding for libtcc"
links = "tcc"
license = "MIT"
homepage = "https://github.com/SunHao-0/libtcc"
readme = "README.md"
repository = "https://github.com/SunHao-0/libtcc"
keywords = ["tcc", "jit", "ffi"]
build = "build.rs"
categories = ["external-ffi-bindings", "api-bindings"]
documentation = "https://docs.rs/libtcc/"
exclude = [".gitignore", ".github/**"]

[badges]
codecov = { repository = "SunHao-0/libtcc", branch = "master", service = "github" }

[dependencies]


[profile.release]
opt-level = 3