Update TODO.md (#1208)

This commit is contained in:
Galoretka 2025-08-06 01:19:37 +03:00 committed by GitHub
parent 33332d4ff2
commit 8e1cf18411
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
# Rust
* Use [bytes](https://carllerche.github.io/bytes/bytes/index.html) instead of `Vec<u8>` when possible
* Use [bytes](https://docs.rs/bytes/latest/bytes/) instead of `Vec<u8>` when possible
* Use generators instead of vectors
* Use proper HTTP parser for JSONRPC replies over persistent connection