summaryrefslogtreecommitdiff
path: root/tor-config/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Module docs for remaining cratesNick Mathewson2021-05-251-2/+8
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+3
* More tests in tor-configNick Mathewson2021-04-211-0/+73
* Implement storage-directory configuration.Nick Mathewson2021-02-121-3/+3
* Initial support for configuration from file and/or command-line.Nick Mathewson2021-02-021-0/+62
* Start a 'tor-config' crateNick Mathewson2021-02-011-0/+10