summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/src/writer.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix some rustdoc errors.Nick Mathewson2022-10-131-4/+1
* Remove the last vestiges of write_infallible.Nick Mathewson2022-07-111-12/+4
* Remove "write_and_consume_infallible".Nick Mathewson2022-07-111-9/+3
* Convert each write_onto_infallible implementation into write_onto.Nick Mathewson2022-07-111-1/+2
* Define new write_into and write_onto methods with correct APIs.Nick Mathewson2022-07-111-0/+20
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-10/+10
* Add a Bug variant to tor-bytes::EncodeError.Nick Mathewson2022-07-111-1/+4
* tor-bytes: Split EncodeError from ErrorNick Mathewson2022-06-231-4/+4
* tor-bytes: Provide nested writersIan Jackson2022-06-091-1/+116
* tor-bytes: Provide nested readersIan Jackson2022-06-091-0/+1
* tor-bytes: Reader: Provide take_restIan Jackson2022-06-091-0/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-8/+8
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+133