getargs-os 0.1.0

Provides a way for `getargs` to parse OS strings
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "argv"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3b05dd06b7786a3a2fcc5e2189395958f175dd53a1026e5a74c4fa97644232"

[[package]]
name = "getargs"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "084c6b182b01dec54ff12986b9cc8859a9b0d92b074f878c382a4481a070e66e"

[[package]]
name = "getargs-os"
version = "0.1.0"
dependencies = [
 "argv",
 "getargs",
]