Module perseus::config_manager[][src]

Expand description

Utilities for creating custom config managers, as well as the default FsConfigManager.

Structs

The Error type.

The default config manager. This will store static files in the specified location on disk. This should be suitable for nearly all development and serverful use-cases. Serverless is another matter though (more development needs to be done).

Enums

The kind of an error.

Traits

A trait for systems that manage where to put configuration files. At simplest, we’ll just write them to static files, but they’re more likely to be stored on a CMS.

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Convenient wrapper around std::Result.