Expand description
Alighieri — a lightweight, secure, asynchronous SOCKS5 proxy server.
The supported library surface is intentionally small:
errors: the crate-wide error type.config: the Dante-inspired configuration model and parser.server: the listener/accept loop.runtime: shared process/service runtime helpers.plugin(featureplugins, off by default): the plugin SDK interface.
Other public-but-hidden modules are implementation or binary-support shims, not part of the compatibility contract.