[][src]Module adbfbinlib::common

Common modules: common functionalities needed by the lib and also by the main program.

Modules

config

This module just holds as a collection of all modules configuration. Some configuration should be hold in its module but more general parts (which later may be configurable by a config file) should be put here.

logit

This module lets us be more flexible with logging. It provides different types of loggers for different purposes, if run in tui or somewhere (maybe a syslog log).

paths

Holds common search paths implementations