diff options
Diffstat (limited to 'third_party/rust/neqo-transport/TODO')
-rwxr-xr-x | third_party/rust/neqo-transport/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/rust/neqo-transport/TODO b/third_party/rust/neqo-transport/TODO new file mode 100755 index 0000000000..151dbd1753 --- /dev/null +++ b/third_party/rust/neqo-transport/TODO @@ -0,0 +1,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
|