summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/derive.rs
Commit message (Expand)AuthorAgeFilesLines
* Apply 3 suggestion(s) to 2 file(s)Nick Mathewson2026-05-271-2/+2
* config: Add a dd(TorConfig) attribute to override apply_defaults().Nick Mathewson2026-05-271-1/+36
* config: Add a method to fill in a builder with unset defaultsNick Mathewson2026-05-271-0/+46
* dd(TorConfig): change the order of default vs magicNick Mathewson2026-05-271-21/+28
* tor-config::derive: use cfg(true) and cfg(false)Nick Mathewson2026-05-071-7/+4
* Fix word duplicate typosTobias Stoeckmann2026-03-151-2/+2
* tor-config: future-proof #[cfg] attribute.Nick Mathewson2026-02-241-17/+17
* tor-config: Add an option to reject configured-out optionsNick Mathewson2026-02-241-6/+55
* tor-config: Have macros document more types and fnsNick Mathewson2026-02-241-0/+2
* tor-config: Fix cfg() on sub_buildersNick Mathewson2026-02-241-0/+12
* tor-config: fix and improve ExtendBuilder override.Nick Mathewson2026-02-171-3/+7
* tor-config: derive list builders with the visibility of their setters.Nick Mathewson2026-02-171-1/+1
* tor-config: new derive_deftly(TorConfig) template.Nick Mathewson2025-12-091-0/+3039