Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

bignerdranch/rust-ios-app-part-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Let's Build an iOS App in Rust, part 1

This is the repository accompanying the Let's Build an iOS App in Rust, part 1 blog post.

Building and Running

After cloning the repo, go into the rust/hello directory and run make. This requires you to have a working Rust-to-iOS toolchain; see the blog post for instructions on setting up multirust appropriately. (Don't forget to multirust override ios this project directory.)

After libhello.a is built, open up ios/RustHelloWorld/RustHelloWorld.xcodeproj and run the app.

Author

John Gallagher, jgallagher@bignerdranch.com

License

This sample app is available under the MIT license. See the LICENSE file for more info.