stream buffer implementation with tests

This commit is contained in:
Salman Paracha 2025-11-30 02:41:14 -08:00
parent 409b3de77e
commit bf3bab780f
35 changed files with 4088 additions and 2958 deletions

2
crates/Cargo.lock generated
View file

@ -912,10 +912,12 @@ version = "0.1.0"
dependencies = [
"aws-smithy-eventstream",
"bytes",
"log",
"serde",
"serde_json",
"serde_with",
"thiserror 2.0.12",
"uuid",
]
[[package]]