summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/src/reader.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-bytes: Remove use of arrayrefNick Mathewson2023-05-251-9/+8
* tor-bytes: defend against misuse of extract_n().Nick Mathewson2023-03-061-1/+14
* tor-bytes: Clarify that Cursor is not a good thing, and could be neater.Nick Mathewson2023-03-011-2/+11
* clarify results of misusing cursorsIan Jackson2023-03-011-2/+2
* tor-bytes: Add cursor functionality to ReaderNick Mathewson2023-02-281-0/+61
* tor-bytes: Avoid redundant allocationEmil Engler2022-10-251-1/+1
* tor-bytes: read_nested_*: rustfmtIan Jackson2022-06-101-13/+23
* tor-bytes: read_nested_*: Take a closureIan Jackson2022-06-101-25/+40
* Fix typos in docs and commentsNick Mathewson2022-06-091-2/+2
* tor-bytes: Provide nested readersIan Jackson2022-06-091-0/+69
* tor-bytes: Reader: Provide take_restIan Jackson2022-06-091-0/+19
* Fix/suppress a few more clippy lints in tests.Nick Mathewson2021-09-081-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Improvements to array-of-u8 handling in tor-bytes.Nick Mathewson2021-09-071-0/+28
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+433