summaryrefslogtreecommitdiff
path: root/crates/tor-dircommon/README.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-dircommon: Initial commitClara Engler2025-09-021-0/+17
This commit initializes the `tor-dircommon` crate: A crate serving the purpose to form an umbrella for the lowest common denominator primitives found across crates implementing (parts of) the directory specification. For now, the only such primitive is the found within the `authority` module, which has been refactored from `tor-dirmgr` into this crate, alongside additional getter functions due to the lack of `pub(crate)` in this context. In the future, we may move further primitives away from `tor-dirmgr` into `tor-dircommon`.