46268edf9c
* one commit to rule them all * remove too aggressive copy pasting * update details when outdated * typo and serde alias * no hostname option and fixes * fix wasm client? * non fallback fixed * improve gateway details update * better ws addresses * PR review fixes * improve type safety on update_gateway_published_data * fix client gateway storage migration
Nym Rust SDK
This repo contains several components:
mixnet: exposes Nym Client builders and methods. This is useful if you want to interact directly with the Client, or build transport abstractions.tcp_proxy: exposes functionality to set up client/server instances that expose a localhost TcpSocket to read/write to like a 'normal' socket connection.tcp_proxy/bin/contains standalonenym-proxy-clientandnym-proxy-serverbinaries.clientpool: a configurable pool of ephemeral Nym Clients which can be created as a background process and quickly grabbed.
Documentation can be found here.