Crate strut_config

Crate strut_config 

Source
Expand description

Strut

Strut: convenient Rust backend

Backend in Rust: convenient and configurable with Strut. 🏗️


  • Strut is a Rust application scaffold that aims to simplify common backend chores.
  • The documentation is available on the ➡️ homepage.

§Crate strut-config

⚠️ Internal crate

Unless you know exactly what you are doing, there is probably no need to directly depend on this crate.

This crate is a companion to config crate.

Structs§

Assembler
A small facade for assembling the opinionated version of ConfigBuilder.
AssemblerChoices
A simple preference collection accepted by the Assembler facade.
Scanner
A small facade for finding the ConfigFiles relevant for the current binary crate.

Enums§

ConfigDir
Represents a single config-related directory.
ConfigEntry
Represents a filesystem entry that is relevant for config files.
ConfigEntryIter
Represents an iterator on the expanded ConfigEntry:
ConfigFile
Represents a single config file.