summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/flatten.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2024-01-081-1/+1
* tor-config: use black_box in test.Nick Mathewson2023-11-301-3/+1
* tor-config: derive Default for FlattenNick Mathewson2023-10-031-1/+1
* tor-config: flatten: Remove a redundant allowIan Jackson2023-09-201-1/+0
* tor-config: flatten: Sort out names for field extractorIan Jackson2023-09-201-12/+12
* tor-config: flatten: always use field list from serdeIan Jackson2023-09-201-47/+16
* tor-config: flatten: Performance of flattenable_extract_fieldsIan Jackson2023-09-201-0/+31
* tor-config: flatten: Break out flattenable_extract_fieldsIan Jackson2023-09-201-24/+40
* tor-config: flatten: Introduce FieldList type aliasIan Jackson2023-09-201-6/+9
* tor_config: flatten: Abolish FlattenErrorIan Jackson2023-09-201-38/+9
* tor_config: flatten tests: Remove the obsolete todoIan Jackson2023-09-201-1/+0
* tor_config: Add a note about FlattenErrorIan Jackson2023-09-201-0/+8
* tor_config: Flatten: Explain why the inner ref Flatten for serIan Jackson2023-09-201-0/+5
* tor_config: Flatten: Add missing tst annotationIan Jackson2023-09-201-0/+1
* tor_config: Provide FlattenIan Jackson2023-09-201-0/+680