Crate libutils [] [src]

Some basic functionality not directly related to the aggregator business.

This module holds misc utilities that don't do the actual aggregation, but are needed anyway, like logging setup or configuration loading.

Modules

tunable

Constants tunable at compile time.

Structs

CmdlineOpts

The parsed command line options.

Logger

Logging handle used to execute logging statements

Enums

Level

Logging level associated with a logging Record

Functions

cmdline_opts

Parse the command line arguments passed.

logger

Create the root logger.

test_logger

A logger usable in tests.

Type Definitions

LocalBoxFuture

A trait object for futures, so we can return them.