Twelf is a configuration solution for Rust including 12-Factor support. It is designed with layers in order to configure different sources and formats to build your configuration. The main goal is to be very simple using a proc macro.
Proc macro used by Twelf crate
Layered configuration, can be expressed in a single line of code. The `Converge` trait merges instances of structures into a new instance of a structure. The `Converge` trait can be derived, and when needed with field attributes for nested structures, or a custom `strategy`.
The `converge::Converge` trait can be derived, `converge_derive` provides the macros that are applied to `Converge` structures.
Tests for the `converge::Converge` trait and the `converge_derive` proc-macro.
Type-safe reactive persistence for Rust GUI apps
No description provided.
No description provided.
No description provided.