Add Swift to Rust example.

This commit is contained in:
Calvin Hill
2019-01-07 09:11:54 +00:00
parent 0ab5fe120e
commit e51997184e
5 changed files with 29 additions and 0 deletions

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

@@ -0,0 +1,8 @@
[package]
name = "swift-to-rust"
version = "0.1.0"
authors = ["Calvin Hill <calvin@hakobaito.co.uk>"]
[lib]
name = "double_input"
crate-type = ["dylib"]