Module humphrey_server::config[][src]

Modules

Structs

Stores the server configuration.

Enums

Represents a method of applying the blacklist.

Represents an algorithm for load balancing.

Functions

Locates, parses and returns the server configuration. Returns Err if any part of this process fails.

Attempts to parse the given string as the INI configuration format. If successful, returns a hashmap of keys and values. Otherwise, returns Err.