Function libqaul::start

source · []
pub async fn start(
    storage_path: String,
    def_config: Option<BTreeMap<String, String>>
)
Expand description

initialize and start libqaul with a optional custom configuration options and poll all the necessary modules

Input Values:

  • Provide a path where libqaul can save all data.
  • Optionally you can provide the following configuration values:
    • listening port of the Internet connection module (default = randomly assigned)