use-net 0.1.0

Umbrella crate for the RustUse networking primitives workspace.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "use-cidr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e91b712297d565a061b0bb2e52c790699561b00529cb46436815dc175a8e0b9"

[[package]]
name = "use-dns"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1637b934cf482110838c17f0e2e212d6eeef7c8e449cad3a36cabc2286e0a624"

[[package]]
name = "use-domain"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78daac692bcda317fea85cb13e0797cdead80a49d8887566b455979a444ffc00"

[[package]]
name = "use-host"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb2aab8d6a7612b5f11c143e5aebc85739a06e98c5ed803d02ea9800f888dba"

[[package]]
name = "use-ip"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cbd730f3ad252ed03cf0ff238c210ad0b910c0c1cae3f8d30e264b3b43a2f62"

[[package]]
name = "use-mac"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a0911cfc1b64e338be93bdd7322a153d226c4aac7eb6ff5cacba4b37106903f"

[[package]]
name = "use-net"
version = "0.1.0"
dependencies = [
 "use-cidr",
 "use-dns",
 "use-domain",
 "use-host",
 "use-ip",
 "use-mac",
 "use-port",
 "use-socket",
 "use-tcp",
 "use-udp",
]

[[package]]
name = "use-port"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "801c43f6d2654667f086a2c0cf644c76a1b67b3a2968335dd9ee6a6fd7c03447"

[[package]]
name = "use-socket"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6310b114ba9d40a5b906b6ebb088aff25a2bb184413f8b19ddc11203f1e73dc1"

[[package]]
name = "use-tcp"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c742c3b7263168ea69a61b4cce034e6178cb298a58679640d2dae556fe06123"

[[package]]
name = "use-udp"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d181465ac159f1b5dbf44f08e70352ed1263888064aed0cc6da9e4699994619f"