Skip to main content

Crate novachain

Crate novachain 

Source
Expand description

ProxyChains Core Library

This library provides the core functionality for ProxyChains-NG Rust port, including configuration parsing, protocol handlers, DNS resolution, and connection management.

Re-exports§

pub use error::ProxyChainsError;
pub use error::Result;

Modules§

config
Configuration parsing and types
connection
Connection management and proxy chain establishment
dns
DNS resolution through proxy chains
error
Error types for ProxyChains
logging
Logging system for Novachain
network
Network utilities and address handling
protocol
Proxy protocol implementations

Macros§

log_debug
Log a debug message to stderr (only when NOVACHAIN_DEBUG is set)
log_error
Log an error message to stderr (always printed, even in quiet mode)
log_info
Log an informational message to stderr