dispatch 0.1.0

Rust wrapper for Apple's Grand Central Dispatch.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dispatch"
version = "0.1.0"
authors = ["Steven Sheldon"]

description = "Rust wrapper for Apple's Grand Central Dispatch."
keywords = ["gcd", "objective-c", "osx", "ios"]
readme = "README.md"
repository = "http://github.com/SSheldon/rust-dispatch"
documentation = "http://ssheldon.github.io/rust-objc/dispatch/"
license = "MIT"

exclude = [".gitignore"]