summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-0/+2
|
* doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
| | | | | This commit introduces a consistency to the summary line of all README.md files in each and every crate.
* Fix some rustdoc errors.Nick Mathewson2022-10-131-1/+1
| | | | | | In addition to the usual "You named that method wrong!" errors, we have a new rustdoc error that complains about bogus "HTML tags" that are actually unquoted usage of types like `Result<Foo>`.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+52
This will cause some pain for now, but now is really the best time to do this kind of thing.