[go: up one dir, main page]

objc2-foundation 0.1.1

Rust wrapper for Objective-C's Foundation framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "objc2-foundation"
version = "0.1.1"
authors = ["Steven Sheldon"]

description = "Rust wrapper for Objective-C's Foundation framework."
keywords = ["objective-c", "osx", "ios", "cocoa", "uikit"]
repository = "http://github.com/SSheldon/rust-objc-foundation"
documentation = "http://ssheldon.github.io/rust-objc/objc_foundation/"
license = "MIT"

exclude = [".gitignore"]

[dependencies]
block = "0.1"
objc = "0.2"
objc_id = "0.1"