use-net
use-net is the umbrella crate for the RustUse networking utility workspace.
Experimental: this crate is below 0.3.0 and the API may change.
Example Usage
Enable the features you want and import the re-exported child crates:
use ;
assert!;
let endpoint = parse_socket_endpoint.unwrap;
assert_eq!;
Scope
- Feature-gated re-exports for the focused networking crates in this workspace.
- A small facade for consumers that want one dependency entry point.
Non-goals
- New networking behavior beyond re-exporting the focused crates.
- Hiding crate boundaries or replacing focused crate APIs.
License
Licensed under MIT OR Apache-2.0.