Module utils

Source

Structs§

AsyncIoBridge
The inverse of tokio_util::io::SyncIoBridge. Don’t use this with anything that actually does blocking I/O.
CompositionConfigs
ServiceUrls
Provides a set of clap arguments to configure snix-[ca]store services.
ServiceUrlsGrpc
Provides a set of clap arguments to configure snix-[ca]store services.
ServiceUrlsMemory
Provides a set of clap arguments to configure snix-[ca]store services.

Functions§

addrs_to_configs
Deserializes service addresses into composition config, configuring each service as the single “root”. If the xp-composition-cli feature is enabled, and a file specified in the --experimental-store-composition parameter, this is used instead.
construct_services
Construct the store handles from their addrs.
construct_services_from_configs
Construct the store handles from their addrs.