This crate requires a nightly (unstable, experimental) compiler version. To switch to it, you must have Rust installed via Rustup, and run:

rustup default nightly

Run rustup default stable to switch back.

Adding edge_tcp library as a dependency

Run this command in a terminal, in your project's directory:

cargo add edge-tcp

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

edge-tcp = "0.0.0"

The edge_tcp library will be automatically available globally. Read the edge_tcp library documentation.

Back to the crate overview.