Crate ilo_config

source ·
Expand description

Library for maintaining configs on disk in a simple, ergonomic way.

§Quickstart

TODO

For more examples, see the examples/ directory.

§Features

  • Configs are stored in JSON format.
  • Config files are created with user-only permissions (0600) in case they contain sensitive data.

Structs§

  • Generic struct for managing an app’s chunk of config data on disk.

Enums§