mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
8 lines
97 B
Rust
8 lines
97 B
Rust
#[doc="
|
|
Top-level module for network-related functionality
|
|
"];
|
|
|
|
|
|
import ip = net_ip;
|
|
export ip;
|