summaryrefslogtreecommitdiff
path: root/crates/arti/src/exit.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti: Make main module entrypoints pubIan Jackson2022-03-111-1/+1
| | | | | This does not constitute any kind of stable API promise. But it might allow people to use our arti client code in novel ways.
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
| | | | Also fix some commonwealth spellings that had slipped in.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+21
This will cause some pain for now, but now is really the best time to do this kind of thing.