proto(utils): add MessageModel & RepeatedMessageModel (#2068)

* add FromIterator, Extend, AsRef, AsMut, TryFrom<[Message]>
This commit is contained in:
Luna Yao
2026-04-15 13:40:09 +02:00
committed by GitHub
parent 2ef3b72224
commit 82ca04a8a7
2 changed files with 94 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@ toml = "0.8.12"
chrono = { version = "0.4.37", features = ["serde"] }
cfg-if = "1.0"
delegate = "0.13.5"
itertools = "0.14.0"