aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/exit.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti: Move most public APIs behind `experimental-api`.Nick Mathewson2022-08-111-1/+2
| | | | | | | | | | | | | | | | | The remaining unconditionally public APIs are those related to our configuration objects, and the main_main() API. The rationale for making main_main() public is to have an actual entry point. The rationale for making the config APIs public is: 1. We really do intend for others to be able to read our configuration files using this API. 2. The structure of our configuration files is already part of our interface. Closes #530.
* 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.