Go to file
Anton Tarasenko 0dedd1d1f1 Change MessageReader to use with_capacity
Some of the collections inside `MessageReader` were created with `new()`
instead of `with_capacity()` call. This patch fixes that or comments why
it was not done in some places.
2021-07-22 18:18:29 +07:00
src Change MessageReader to use with_capacity 2021-07-22 18:18:29 +07:00
.gitignore Initial commit 2020-11-17 13:05:42 +07:00
Cargo.lock Add MessageReader implementation 2021-07-21 03:40:29 +07:00
Cargo.toml Add MessageReader implementation 2021-07-21 03:40:29 +07:00