[Yunq] Create repeated field implementations in rust.

This commit is contained in:
Drew Galbraith 2024-08-29 23:29:58 -07:00
parent 4ee8dc924c
commit f94f56f9ec
14 changed files with 347 additions and 269 deletions

30
rust/Cargo.lock generated
View file

@ -23,7 +23,6 @@ version = "0.1.0"
dependencies = [
"mammoth",
"yunq",
"yunq-derive",
"yunqc",
]
@ -60,7 +59,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
dependencies = [
"proc-macro2",
"syn 2.0.72",
"syn",
]
[[package]]
@ -96,17 +95,6 @@ dependencies = [
"lock_api",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.72"
@ -156,7 +144,6 @@ dependencies = [
"mammoth",
"yellowstone-yunq",
"yunq",
"yunq-derive",
"yunqc",
]
@ -167,7 +154,6 @@ dependencies = [
"mammoth",
"yellowstone-yunq",
"yunq",
"yunq-derive",
"yunqc",
]
@ -189,7 +175,6 @@ version = "0.1.0"
dependencies = [
"mammoth",
"yunq",
"yunq-derive",
"yunqc",
]
@ -198,16 +183,6 @@ name = "yunq"
version = "0.1.0"
dependencies = [
"mammoth",
"yunq-derive",
]
[[package]]
name = "yunq-derive"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
@ -216,7 +191,6 @@ version = "0.1.0"
dependencies = [
"mammoth",
"yunq",
"yunq-derive",
"yunqc",
]
@ -228,5 +202,5 @@ dependencies = [
"prettyplease",
"proc-macro2",
"quote",
"syn 2.0.72",
"syn",
]