Files
nym/sdk/rust/nym-sdk
Jędrzej Stuczyński 4a1ce8154a chore: resolve 1.87 clippy warnings (#5802)
* Clippy in wallet & sdk

* Clippy in wallet

* Pin rust to 1.86 in builder

* apply changes from b7da75a18c

* missing nym-node features

* Box all the things

* additional boxes in the wallet

* post rebasing clippy

---------

Co-authored-by: dynco-nym <173912580+dynco-nym@users.noreply.github.com>
2025-05-27 11:08:36 +01:00
..
2025-03-03 07:39:17 +00:00

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 standalone nym-proxy-client and nym-proxy-server binaries.
  • clientpool: a configurable pool of ephemeral Nym Clients which can be created as a background process and quickly grabbed.

Documentation can be found here.