Popularity
1.7
Stable
Activity
0.0
Stable
36
5
6

Code Quality Rank: L3
Programming language: Objective-C
Tags: iOS     Mobile    

ObjCrust alternatives and similar packages

Based on the "iOS" category.
Alternatively, view ObjCrust alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ObjCrust or a related project?

Add another 'iOS' Package

README

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