i2p SAMv3 library written in Rust for use in the EVA project.
Creates a datagram service that logs whatever is sent to it.
cargo run --example datagram_serverSends a datagram with the payload "Hello World! "to the supplied server
cargo run --example datagram_client <server_name>Creates a Stream style server that logs whatever is sent to it.
cargo run --example stream_serverSends "Hello World!" to the supplied server
cargo run --example stream_client <server_name>