swift 0.0.0

[WIP] Bindings to Swift's standard library.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "swift"
version = "0.0.0"
dependencies = [
 "swift-sys",
]

[[package]]
name = "swift-bindgen"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b6e180e84710ed1b088a36a5bdec082479892ea0457292206f331552df7712a"

[[package]]
name = "swift-sys"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cec062429143e94914065e87ed75aac4eb28f4eb8fb7198bf30fe03b0b01a469"
dependencies = [
 "swift-bindgen",
]