summaryrefslogtreecommitdiff
path: root/tor-bytes/src/writer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-2/+2
|
* Document private members in most cratesNick Mathewson2020-09-241-0/+2
|
* bytes: add tests for Writer traitNick Mathewson2020-09-141-0/+50
|
* tor-bytes: add the missing documentationNick Mathewson2020-05-081-5/+37
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+49
Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't.