1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 06:57:53 +01:00

Update TODOs

This commit is contained in:
Roman Zeyde 2018-07-03 21:02:12 +03:00
parent a0030fa8ed
commit 5326cde4d3
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

@ -20,6 +20,5 @@
# Rust
* Use Bytes instead of Vec[u8] when possible
* Return errors instead of panics
* Use [bytes](https://carllerche.github.io/bytes/bytes/index.html) instead of `Vec<u8>` when possible
* Use generators instead of vectors