Expand description
Strut
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. - Assembler
Choices - A simple preference collection accepted by the
Assemblerfacade. - Scanner
- A small facade for finding the
ConfigFiles relevant for the current binary crate.
Enums§
- Config
Dir - Represents a single config-related directory.
- Config
Entry - Represents a filesystem entry that is relevant for config files.
- Config
Entry Iter - Represents an iterator on the expanded
ConfigEntry: - Config
File - Represents a single config file.