--- title: "Nym Rust SDK: Mixnet Messaging Module" description: "Use the Nym Rust SDK Mixnet module to send messages through the mixnet. Covers builder patterns, custom topologies, SOCKS proxy, and anonymous replies." schemaType: "TechArticle" section: "Developers" lastUpdated: "2026-02-01" --- # Mixnet Module import { Callout } from 'nextra/components'; This module exposes the logic of creating and interacting with clients and Mixnet messages. This is recommended for those wanting to either start playing around with the Mixnet and how it works, or build connection logic. > For developers wanting something more 'plug and play' we recommend the [`TcpProxy` module](./tcpproxy).