summaryrefslogtreecommitdiff
path: root/crates/arti-client/examples/readme.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Adjust examples lints using add_warningNick Mathewson2024-05-071-3/+3
* Add unknown-lints exception to examplesNick Mathewson2024-03-131-0/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-0/+3
* clippy: Add standard test lint block to several examplesIan Jackson2022-06-241-0/+6
* arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-5/+1
* Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-111-1/+1
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-261-1/+2
* Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connectNeel Chauhan2022-01-081-1/+1
* Merge branch 'readme_fixes'Nick Mathewson2021-11-301-0/+5
|\
| * Example needs to be the same as the readmedagon2021-11-301-0/+2
| * MR review feedbackdagon2021-11-301-0/+3
* | Change sane_defaults() and with_directories()Nick Mathewson2021-11-291-2/+2
|/
* Improve top-level arti-client documentation, add example codeeta2021-10-281-0/+46