Cargo Features

no-std-net has no features set by default.

[dependencies]
no-std-net = { version = "0.6.0", features = ["std", "unstable_ip", "i128", "serde"] }
std

Makes the library act as a facade to std::net types

unstable_ip

Like #![feature(ip)], see https://github.com/rust-lang/rust/issues/27709

Affects ip::Ipv6MulticastScope

i128

Deprecated. Does nothing.

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework