objc_exception 0.1.1

Rust interface for Objective-C's throw and try/catch statements.
1
2
3
4
5
extern crate gcc;

fn main() {
    gcc::compile_library("libexception.a", &["extern/exception.m"]);
}