| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | impl Debug for various internal types | Ian Jackson | 2022-02-25 | 1 | -1/+1 |
| | | | | | | | | | I wanted this while debugging something. The ad-hoc impl Debug with f.debug_struct is getting repetitive and I've already perpetrated one copy-paste mistake. We should consider using something like the `educe` crate's Clone. | ||||
| * | Add kinds for *most* circmgr errors. | Nick Mathewson | 2022-02-16 | 1 | -2/+3 |
| | | | | | There are a couple of tricky ones I'll do separately. | ||||
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 1 | -0/+1 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+152 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
