1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +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 # Rust
* Use Bytes instead of Vec[u8] when possible * Use [bytes](https://carllerche.github.io/bytes/bytes/index.html) instead of `Vec<u8>` when possible
* Return errors instead of panics
* Use generators instead of vectors * Use generators instead of vectors