feat: add c

This commit is contained in:
2020-11-29 16:10:48 +08:00
parent a5571a138b
commit d1db369f44
4 changed files with 379 additions and 1 deletions

11
__ffi/c/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "c"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
inline-c = "0.1.3"