summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/README.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-rtmock: Provide a comprehensive exampleIan Jackson2023-10-051-1/+100
|
* tor-rtmock: Update the rubric for current recommendationsIan Jackson2023-10-051-3/+8
|
* tor-rtmock: MockSleepProvider docs: Move exampleIan Jackson2023-10-051-73/+0
| | | | | | | | | | | This example demonstrates MockSleepRuntime, which we don't want to use in new tests. It's probably worth keeping it, though, to help with comprehension of existing tests. So move it. This does rather highlight the lack of good overall example/instructions for MockRuntime.
* README doctests: fix tor-rtmockIan Jackson2022-10-121-2/+3
|
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+98
This will cause some pain for now, but now is really the best time to do this kind of thing.