Skip to main content

Module common

Module common 

Source
Expand description

Common utilities shared between CLI and daemon modes

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

config
Configuration file handling
error
Error types for the debugger CLI
logging
Logging and tracing configuration
paths
Cross-platform socket and configuration paths

Functions§

parse_listen_address
Parse a “listening at:” address from adapter output. Handles IPv6 format [::]:PORT by converting to 127.0.0.1:PORT