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"
  },
  "source_files": "rustlib/Classes/*.{h,swift}",
  "vendored_libraries": "rustlib/Libraries/*.a",
  "public_header_files": "rustlib/Classes/*.h",
  "xcconfig": {
    "HEADER_SEARCH_PATHS": "\"rustlib/Classes/*.h\""
  },
  "platforms": {
    "osx": null,
    "ios": null,
    "tvos": null,
    "watchos": null
  }
}