elektra 0.9.1

Elektra serves as a universal and secure framework to access configuration parameters in a global, hierarchical key database.
Documentation

Elektra

Safe bindings for libelektra.

See the project's readme for an introduction and examples.

The crate consists of three major parts.

  • The keys that encapsulate name, value and metainfo
  • A KeySet holds a set of StringKeys, since these are the most common type of key
  • KDB allows access to the persistent key database by reading or writing KeySets

Refer to the documentation of the modules to learn more about each.