Add C to Rust example

This commit is contained in:
Alex Crichton
2015-04-19 10:28:20 -07:00
parent afbdb0cc41
commit 930924cdf5
4 changed files with 43 additions and 0 deletions

8
c-to-rust/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "c-to-rust"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[lib]
name = "double_input"
crate-type = ["staticlib"]