use smallvec for the edu sending event buffer

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-26 21:47:52 +00:00
parent ffd0fd4242
commit 99fe88c21e
7 changed files with 64 additions and 40 deletions

1
Cargo.lock generated
View file

@ -845,6 +845,7 @@ dependencies = [
"serde_json",
"serde_yaml",
"sha2",
"smallvec",
"termimad",
"tokio",
"tracing",