no-std-net 0.6.0

Rust's std::net... without the 'std'.
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "dunmatt/no-std-net"

[dependencies.serde]
default-features = false
optional = true
version = "^1"

[dev-dependencies.serde_test]
version = "^1"

[features]
i128 = []
std = []
unstable_ip = []

[package]
authors = ["M@ Dunlap <mattdunlap@gmail.com>"]
categories = ["embedded", "network-programming", "no-std"]
description = "Rust's std::net... without the 'std'."
edition = "2018"
license = "MIT"
name = "no-std-net"
readme = "README.md"
repository = "https://github.com/dunmatt/no-std-net"
version = "0.6.0"