Files
nym/documentation/docs/pages/developers/rust/mixnet.mdx
T
2024-10-09 14:27:06 +02:00

12 lines
439 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { Callout } from 'nextra/components'
# Mixnet Module
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.
<Callout type="info" emoji="️">
For developers wanting something more 'plug and play' we recommend the [`TcpProxy` module](./tcpproxy).
</Callout>