summaryrefslogtreecommitdiffstats
path: root/third_party/rust/neqo-transport/TODO
blob: 151dbd175338f25d6e886abc52ef47d90bd9d6a3 (plain)
1
2
3
4
5
6
7
8
9
Use stream events in h3 // grover or dragana?
harmonize our rust usage:
 - use foo::* or use foo::{bar, baz} and ordering/grouping
 - remove extern crate
 - sort #[derive()] args
cleanup public API
write docs for public API
write docs for everything else
CI