summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/mut_cfg.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace manual Default impl with std derive in tor-configIan Jackson2022-03-021-7/+1
* Add a few tests to tor-config.Nick Mathewson2021-12-071-0/+45
* Oops: MutCfg shouldn't implement Clone.Nick Mathewson2021-12-071-8/+0
* MutCfg: Add map_and_replace.Nick Mathewson2021-12-071-0/+10
* MutCfg facility to help with reconfiguration.Nick Mathewson2021-12-071-0/+66