elektra 0.9.10

Elektra serves as a universal and secure framework to access configuration parameters in a global, hierarchical key database.
docs.rs failed to build elektra-0.9.10
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: elektra-0.9.1

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.