rsbind 0.6.0

Provide tools to bind rust trait with other language and export library artifact directly. Invoke rust functions just like you write it in native language.
Documentation
{
  "name": "rustlib",
  "version": "0.1.0",
  "summary": "A short description of rustlib.",
  "description": "TODO: Add long description of the pod here.",
  "homepage": "https://github.com/sidney.wang/rustlib",
  "license": {
    "type": "MIT",
    "file": "LICENSE"
  },
  "authors": {
    "sidney.wang": "sidney.wang@foxmail.com"
  },
  "source": {
    "git": "https://github.com/sidney.wang/rustlib.git",
    "tag": "0.1.0"
  },
  "platforms": {
    "ios": "9.0"
  },
  "source_files": "rustlib/Classes/**/*"
}