Skip to content

vhbit/ObjCrust

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 14 commits ahead, 2 commits behind shilgapira:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
iOS
 
 
 
 
 
 

ObjCrust

A modified ObjCrust which uses Rust cross-compiler. Cross-compiler needs to be built first (note: it is on a separate branch now, so don't forget to checkout it before building).

Requires Xcode 5 and the iOS 7 SDK.

Based on doublec/rust-from-c-example

Usage

  1. git clone https://github.com/vhbit/ObjCrust.git
  2. change CROSS_IOS_RUST_ROOT to your local cross compiler root
  3. cd ObjCrust/Rust
  4. make
  5. cd ../iOS
  6. open ObjCrust.xcodeproj
  7. Build and run in Xcode

About

Using Rust to create an iOS static library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 46.0%
  • Rust 25.6%
  • Shell 16.9%
  • C 6.5%
  • Makefile 5.0%