Expand description
libmoshpit - moshpit library
Structs§
- Connection
- A connection over a
TcpStreamandBytesMutbuffer. - Connection
Reader - A reader over a
ReadHalfandBytesMutbuffer. - Connection
Writer - A writer over a
WriteHalfandBytesMutbuffer. - File
Layer - Tracing configuration
- Layer
- Tracing configuration
- Mps
- Used in bartoc configuration to define the bartos instance to connect to
- Tracing
- Tracing configuration
- UdpClient
- UDP client data
- Uuid
Wrapper - A
Uuidwrapper that implementsbincode::Encodeandbincode::Decode
Enums§
- Encrypted
Frame - A moshpit frame.
- Frame
- A moshpit frame.
- Moshpit
Error - Errors that can occur in moshpit
- UdpState
- State needed for UDP communication
Traits§
- Path
Defaults - Trait to allow default paths to be supplied to
load - Tracing
Config Ext - Extension trait for
TracingConfigto add additional configuration options
Functions§
- clap_
or_ error - Converts an
anyhow::Errorinto a suitable exit code or clap message for a CLI application. - init_
tracing - Initialize tracing
- load
- Load the configuration
- success
- Indicates successful execution of a function, returning exit code 0.
- to_
path_ buf - Convert a string to a
PathBuf