pub fn start_with_config(
    storage_path: String,
    config: Option<BTreeMap<String, String>>
)
Expand description

start libqaul in an own thread

  • Provide the location for storage, all data of qaul will be saved there.
  • Optionally provide some configuration options, to initially configure libqaul to your needs. the following options can be provided:
    • Internet module listening port. By default this port is randomly assigned.