Thanks to visit codestin.com
Credit goes to lib.rs

1 stable release

new 1.20.4 Jan 22, 2026

#11 in #client-builder


Used in 3 crates

Apache-2.0

2MB
44K SLoC

Rust SDK for the Nym platform

The main component currently is mixnet. tcp_proxy is probably a good place to start for anyone wanting to integrate with existing app code and read/write from a socket. client_pool is a configurable client pool.


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.

Dependencies

~87–135MB
~2.5M SLoC