branchRustProtoBuf/mastercancel

15 Commits over 1,338 Days - 0.00cph!

5 Months Ago
Updated code from `threadsafe_protobuf`
11 Months Ago
Update codegen for uid inspection to use the builtin ID types instead of extensions on every field
12 Months Ago
Treat NetworkableId, ItemContainerId, and ItemId as builtins so we can serialize them as simple VARINTs instead of length delimited messages with an integer in them
12 Months Ago
Fix codegen for deserializing and copying repeated structs
12 Months Ago
Remove commandline submodule Add commandline directly into this repo instead of as a submodule Update target framework
12 Months Ago
Fix global namespace not working for structs
1 Year Ago
▉▍▉▇▇▍▄ ▅▆█▋▍█▍ ▆▍▉▅ ▅█ ▌▄▉▄▅█ ▇▅▍▉▇▄▆▉ ▇▆ `▄▋▉▉▉▇▌▅█▍▉()` ▄▇▅▉█▅▆▄ ▉█ ▉▆▍ ▊▌▆▋▄▊▊▍ ▉▍ ▌▌▉▊ ▌█▅▇▉▅▌ ▇▌▌ ▍▍▍▄█▌ ▌▉▉▊▌▊ ▅▄▅▋ `[▆▊█]` ▇▆▋ ▌▉▇▊▇ ▅▄▄▄▇▍▇▋▄ ▋▊█▋▄ ▇▆▌ ▌▅▇▄▆▋▍▅ ▌█▉▆▄█ ▊▌ █▋▉▉▉█▋▋▇ ▄▄▊▆▋▆ ▍█▍▊▅▇▆▍▆ (▅▍▉▉▌█▄ ▇▍▉) ! ▆▇▌▋▇██ ▉▋▅▋▆▌▅▅▉▋ ▄▋█▉▆▌▆█ ▊▌▅▍ ▌▄▋ ▊▊█▍▅▋▊.▆▊▋▉▋ ▉▌ ▄█▇▆ ▊▍▉█▄▍▉▉▆ ▋▉▆▊▌▅ ▍▊ ▅▊▆▇▄ ▇▉▌▋▋ ▄▋▉▉█▌ '▊▆▄▅▅▊█▇▊█'
1 Year Ago
And the same for CopyTo
1 Year Ago
Handle other integer types properly in ResetToPool implementation
3 Years Ago
Implement CopyTo for repeated fields (except bytes)
4 Years Ago
Better error message
4 Years Ago
Fix codegen for structs
4 Years Ago
Add a throw when calling Dispose with ShouldPool set to false
4 Years Ago
Add pooled mode for bytes fields (add `[pooled = true]` to the field to enable) Pooled bytes mode null check fixes
4 Years Ago
Fix codegen for doubles