issues
search
stepancheg
/
rust-protobuf
Rust implementation of Google protocol buffers
MIT License
2.81k
stars
382
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Setting Customize::oneofs_non_exhaustive to false doesn't work
#747
5tan
opened
3 weeks ago
0
Specify MSRV in protobuf crate
#746
varungandhi-src
opened
1 month ago
0
Version management is kind of terrible
#745
ThatGeoGuy
opened
1 month ago
1
feat!: change --rust_out to --rs_out
#744
DMoscicki
closed
1 month ago
1
add support for proto2 groups
#743
kristopherbullinger
opened
1 month ago
2
compile error with `required group` proto2 message
#742
kristopherbullinger
opened
2 months ago
0
Calling `set_singular_field` on dynamic message with generated descriptor
#741
rellfy
opened
2 months ago
1
feat: add support for repeated fields in constants
#740
plusvic
closed
1 month ago
5
chore: apply fixes to all the codebase with `cargo clippy --fix`
#739
plusvic
opened
2 months ago
0
fix: allow commas and semicolons between fields in constant messages
#738
plusvic
closed
2 months ago
1
apply RUSTC_WRAPPER when querying rustc version
#737
RalfJung
closed
1 month ago
4
Protobuf Version Mismatch Fix Guide
#736
naoNao89
opened
3 months ago
1
Build script does not honor RUSTC_WRAPPER
#735
RalfJung
closed
1 month ago
0
Add support for protobuf 'edition' syntax
#734
vlad-emelyanov
opened
3 months ago
0
Remove use of box_pointers lint
#733
robjtede
closed
3 months ago
4
Same mode name may import twice
#732
jokemanfire
opened
4 months ago
0
Derive Hash for EnumOrUnknown
#731
idiomic
opened
4 months ago
0
[text-format] Fix parsing of string literals
#730
cmyr
opened
5 months ago
4
text_format parsing does not correctly handle non-ascii chars?
#729
cmyr
opened
5 months ago
1
The protobuf library 0.3.0 memory usage is about 300KB higher than 0.28.0
#728
zzzzzzzzzy9
opened
6 months ago
3
How to know whether the currently processed file is proto2 or proto3 in CustomizeCallback?
#727
ape-casear
closed
6 months ago
1
Make #[non_exhaustive] for oneofs configurable
#726
akonradi-signal
closed
5 months ago
3
Advance pos_of_buffer_start when writing directly to a writer
#725
Colecf
closed
5 months ago
5
Make all generated enums to have `#[repr(C)]` annotation
#724
Yury-Fridlyand
closed
6 months ago
3
how to create repeated field in dynamically generated code
#723
Saurabhat16
closed
6 months ago
0
help. What is the solution similar to protobuf.wrappers in rust-protobuf?
#722
ape-casear
opened
7 months ago
0
Allow access to `bytes::Bytes` from `protobuf::Chars`
#721
SamHDev
closed
7 months ago
0
Allow access to `bytes::Bytes` from `protobuf::Chars`
#720
SamHDev
opened
7 months ago
0
Incorrect string type decoding
#719
imLinguin
closed
7 months ago
0
How to keep attribute names underlined after function print_to_string in protobuf_json_mapping
#718
ape-casear
closed
7 months ago
1
Conflict proto files with diffrent package name
#717
YeahhhhzZ
opened
7 months ago
3
[deprecated=true] annotation in proto file not reflected in resulting code
#716
dancerj
opened
7 months ago
0
CHANGELOG.md seems out of date
#715
plusvic
opened
8 months ago
0
CodedOutputStream panics on broken pipe
#714
amyipdev
closed
8 months ago
2
Add new end-to-end example
#713
jgarzik
closed
9 months ago
1
Add support for `reserved` keyword in enums.
#712
plusvic
closed
9 months ago
1
Protoc warnings are ignored
#710
rcorre
opened
9 months ago
0
perf: fix encode_varint{32,64}
#709
morrisonlevi
closed
5 months ago
6
Best way to deserialize an extension?
#708
chanced
closed
9 months ago
8
Default to packed for repeated primitives in proto3.
#707
rcorre
closed
5 months ago
5
Pure parser crashes for packed non-primitive
#706
rcorre
closed
9 months ago
0
Enable generating rustdoc comments from proto comments?
#705
antonio-dropulic
opened
10 months ago
0
Repeated primitive fields do not default to packed output in proto3.
#704
rcorre
closed
9 months ago
0
[custom serde annotations] the trait `Deserialize<'_>` is not implemented for `MessageField<T>`
#703
svanharmelen
closed
9 months ago
7
[protobuf-json-mapping] message with `oneof` cannot be parsed
#702
svanharmelen
closed
9 months ago
2
Documentation of `UnknownFields::fields` is possibly incorrect.
#701
chanced
closed
10 months ago
1
Codegen: option to use BTreeMap as map representation
#700
akhramov
closed
3 months ago
8
update indexmap to latest
#699
scottlamb
closed
10 months ago
3
update indexmap to latest
#698
scottlamb
closed
10 months ago
0
Fixed a typo in wire type enum docs where 32 bit was wrongly copied
#697
CrsiX
closed
10 months ago
1
Next