Commit Graph

7 Commits

Author SHA1 Message Date
Alice Ryhl
31e3a7db42 Update write_decimal max string length (#73) 2021-01-03 12:36:55 +01:00
Alice Ryhl
8ecd82107e Remove note about AsyncBufRead (#68) 2020-10-24 14:42:24 -07:00
Carl Lerche
b7bab20d0c Split Connection::read_frame for readability (#58)
The `read_frame` function was fairly big. This splits up the function
into a separate `parse_frame` function. This should help with breaking
up the concept of framing into smaller chunks.
2020-06-24 10:57:57 -07:00
Carl Lerche
03f8281431 make more APIs public (#55) 2020-06-12 15:15:51 -07:00
avinassh
4c9ef8b31f fix typos (#50) 2020-05-20 21:58:16 +02:00
Carl Lerche
81888e36b5 fmt (#34) 2020-04-15 09:47:28 -07:00
Carl Lerche
b0edd092f4 write conn comments (#29)
Co-Authored-By: Alice Ryhl <alice@ryhl.io>
2020-04-13 12:49:19 -07:00