aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-config/src/map_builder.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* config: Update doctests to use Deftly, and to passNick Mathewson2026-05-271-12/+10
* config: Add a method to fill in a builder with unset defaultsNick Mathewson2026-05-271-0/+22
* config: Implement Builder for ListBuilders and MapBuilders.Nick Mathewson2026-05-271-0/+6
* config: Use derive(TorConfig) for map builder tests.Nick Mathewson2026-05-181-14/+8
* tor-config: Have macros document more types and fnsNick Mathewson2026-02-241-0/+1
* map_builder: Alternative syntax for use by derive(TorConfig)Nick Mathewson2025-12-091-5/+51
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* map_builder: Document deserialize implemntation.Nick Mathewson2024-12-191-0/+3
* map_builder: Extensively rework example.Nick Mathewson2024-12-191-9/+64
* map_builder: Add support for default settings.Nick Mathewson2024-12-191-10/+133
* Define macros to create a map-builder type.Nick Mathewson2024-12-191-0/+215