issues
search
tafia
/
quick-protobuf
A rust implementation of protobuf parser
MIT License
452
stars
87
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Missing support for custom enum derives
#267
kevin-logan
opened
1 day ago
0
Added custom enum derive support
#266
kevin-logan
opened
1 day ago
0
`repeated float` causes compliation error on generated code
#265
wangjia184
opened
3 weeks ago
0
fix: add oneof trailing semi support
#264
qazxcdswe123
opened
1 month ago
0
Status and future maintenance of the project
#263
jxs
opened
3 months ago
1
Can't deserialize a protobuf message with default values
#262
ash-hashtag
closed
5 months ago
2
`pb-rs` fails when processing a `oneof` with a semicolon
#261
kckeiks
opened
5 months ago
1
proto3: optional fields with default values not serialized
#260
Wiezzel
opened
5 months ago
0
workspace: msrv for crate packages
#259
thog92
closed
9 months ago
0
workspace: hide clippy warnings
#258
thog92
closed
9 months ago
0
perftest: missing field in `Config`
#257
thog92
closed
9 months ago
1
tests: update test output error messages
#256
thog92
closed
9 months ago
0
workspace: run `cargo fmt`
#255
thog92
closed
9 months ago
0
builder for proto object may be more helperful
#254
miaomiao1992
opened
10 months ago
0
deserialize_from_vec may be more helperful
#253
miaomiao1992
opened
10 months ago
2
Release a new version
#252
thomaseizinger
opened
1 year ago
2
[Feature request] pb-rs deterministic mode
#251
chenxiaolong
opened
1 year ago
0
No automatically generate mod.rs
#250
yujincheng08
closed
5 months ago
0
Implement GitHub CI workflow
#249
nyurik
opened
1 year ago
1
ConfigBuilder::new can have different path types
#248
nyurik
opened
1 year ago
0
Field presence
#247
snproj
closed
1 year ago
6
Proposal for a re-worked API
#246
thomaseizinger
opened
1 year ago
4
Serialize/Deserialize slices without length prefix with break-change
#245
ScarboroughCoral
closed
1 year ago
1
Wrong usage of `include_bytes!` in README file of pb-rs
#244
JanBeh
opened
1 year ago
0
Add field presence
#243
snproj
closed
1 year ago
11
Parse extensions correctly. Allow options more.
#242
sinistersnare
closed
1 year ago
6
Unable to import a nested message that uses an outer message.
#241
sinistersnare
closed
1 year ago
1
Fix UB in read_packed_fixed()
#240
snproj
closed
1 year ago
0
added test for get_size()
#239
snproj
closed
1 year ago
0
Unable to run tests
#238
dignifiedquire
opened
1 year ago
3
Missing CI
#237
dignifiedquire
opened
1 year ago
1
feature request: allow direct writing into `WriterBackend`
#236
dignifiedquire
opened
1 year ago
0
Proposed API change: move to getters and setters
#235
snproj
opened
1 year ago
11
update changelog
#234
snproj
closed
1 year ago
0
bump version numbers, update changelog, prep for release
#233
snproj
closed
1 year ago
2
various improvements to Owned generated code
#232
nerdrew
closed
1 year ago
2
Custom derive vs proto comments
#231
nerdrew
opened
1 year ago
1
ignore deprecated enum fields for now
#230
snproj
closed
1 year ago
0
add Eq, some linting fixes
#229
snproj
closed
1 year ago
0
Add tests for #153: owned struct unsoundness
#228
snproj
closed
1 year ago
0
fix: multiple parser problems
#227
snproj
closed
1 year ago
0
fix: writer does not factor in length prefix
#226
snproj
closed
1 year ago
0
added keywords
#225
snproj
closed
1 year ago
0
Fix issues with nested items / name resolution
#224
snproj
closed
1 year ago
0
Varint truncation comments, minor adjustments to #209
#223
snproj
closed
1 year ago
0
Adding message length twice
#222
kckeiks
closed
1 year ago
1
fix deprecated lifetimes showing up in generated structs
#221
snproj
closed
2 years ago
0
negative int32 sign-extended too much?
#220
sollyucko
closed
1 year ago
1
proto3 optionals ignored
#219
q3k
opened
2 years ago
2
fix clippy lints
#218
nerdrew
closed
1 year ago
2
Next