Allow documenting configuration values #2

Open
opened 2025-06-04 01:47:24 +02:00 by Steffo · 0 comments
Owner

Allow something like this:

micronfig::config! {
    /// URL of the database to connect to.
    ACRATE_DATABASE_URL: String,
}
Allow something like this: ```rust micronfig::config! { /// URL of the database to connect to. ACRATE_DATABASE_URL: String, } ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
steffo/micronfig#2
No description provided.