aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dircommon/src/dir_plugin_backend.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-dircommon: Sync + Send + 'static for DirBackendPluginClara Engler2026-08-121-1/+1
| | | | | | | | | This commit adds marker traits as dependencies for implementations of the DirBackendPlugin trait, which will be required for intergration with hyper. Works like a charm, as DirMgr itself implements all three of these already.
* dircommon: Add trait to use DirMgr as a temporary pluginNick Mathewson2026-08-101-0/+37
This is part of #2657. The goal here is to use DirMgr as a temporary backend for tor-dirserver, so that we can have a sort-of-working directory cache that can be used for testing guards before tor-dirserver is complete.