Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tokio-rs/prost
PROST! a Protocol Buffers implementation for the Rust Language
https://github.com/tokio-rs/prost
[CI] Pin petgraph to 0.6.3
pgimalac opened this pull request over 1 year ago
pgimalac opened this pull request over 1 year ago
Generate get_xxx and mut_xxx method for Option field
tisonkun opened this issue over 1 year ago
tisonkun opened this issue over 1 year ago
feat: `Name` trait + `Any` encoding support
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
(backport) release 0.11.9 (#842)
LucioFranco opened this pull request over 1 year ago
LucioFranco opened this pull request over 1 year ago
Do not require Self: Default when decoding a message
matejcik opened this issue over 1 year ago
matejcik opened this issue over 1 year ago
bug: From implementation (DateTime -> Timestamp)
binarynewts opened this issue over 1 year ago
binarynewts opened this issue over 1 year ago
latest nighty fails to compile latest Tokio due to proc-macro2
softstream-link opened this issue over 1 year ago
softstream-link opened this issue over 1 year ago
Fix `non_snake_case` warning on generated identity functions
aalexandrov opened this pull request over 1 year ago
aalexandrov opened this pull request over 1 year ago
prost-types: fix tests without default features
ema opened this pull request over 1 year ago
ema opened this pull request over 1 year ago
add Config::preserve_type_name to prevent renaming
ziprandom opened this pull request over 1 year ago
ziprandom opened this pull request over 1 year ago
chore: Bump msrv to 1.63
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Add optional support for simdutf8
JakubOnderka opened this pull request over 1 year ago
JakubOnderka opened this pull request over 1 year ago
Deriving Message gives warning about snake_case
jhseu opened this issue over 1 year ago
jhseu opened this issue over 1 year ago
Enable 1 more Kani harness.
YoshikiTakashima opened this pull request over 1 year ago
YoshikiTakashima opened this pull request over 1 year ago
Need Help, Same Tag, Different Types
edsky opened this issue over 1 year ago
edsky opened this issue over 1 year ago
Build fails: thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0'
zelenij opened this issue over 1 year ago
zelenij opened this issue over 1 year ago
Use of `--include_imports` option should be optional
kriswuollett opened this issue over 1 year ago
kriswuollett opened this issue over 1 year ago
Allow using `Box<[u8]>`/`Box<str>` for `bytes`/`string` fields
poliorcetics opened this pull request over 1 year ago
poliorcetics opened this pull request over 1 year ago
support Google Common Protos
felschr opened this issue over 1 year ago
felschr opened this issue over 1 year ago
build(deps): update to itertools 0.11
sjackman opened this pull request over 1 year ago
sjackman opened this pull request over 1 year ago
Question about expected behavior of `encode_varint` and `decode_varint`.
YoshikiTakashima opened this issue over 1 year ago
YoshikiTakashima opened this issue over 1 year ago
Generate values method for enums
tisonkun opened this issue over 1 year ago
tisonkun opened this issue over 1 year ago
Add `serde` feature for prost-types protobuf types
Jesse-Bakker opened this pull request over 1 year ago
Jesse-Bakker opened this pull request over 1 year ago
Implement generated enum methods via a trait instead of directly
avsaase opened this issue over 1 year ago
avsaase opened this issue over 1 year ago
Importing an enum from separate .proto file causes build error
mrtnlrsn opened this issue over 1 year ago
mrtnlrsn opened this issue over 1 year ago
Update prost-derive to syn 2
glandium opened this pull request over 1 year ago
glandium opened this pull request over 1 year ago
Don't ignore errors in prost_attrs
glandium opened this pull request over 1 year ago
glandium opened this pull request over 1 year ago
Upgrade to syn 2
leptonyu opened this issue over 1 year ago
leptonyu opened this issue over 1 year ago
chore: Update to criterion 0.5
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Use &mut Buf in decode_length_delimited and merge_length_delimited
Sawchord opened this pull request over 1 year ago
Sawchord opened this pull request over 1 year ago
Why does decode_length_delimited take a Buf and not a &mut Buf?
Sawchord opened this issue over 1 year ago
Sawchord opened this issue over 1 year ago
Support `debug_redact` field option
sebastianv89 opened this issue over 1 year ago
sebastianv89 opened this issue over 1 year ago
Add option to prost-build to generate output files based on input filenames/paths instead of based on package names
echochamber opened this issue over 1 year ago
echochamber opened this issue over 1 year ago
chore(build): Replace lazy_static with once_cell
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
feat: `TypeUrl` trait + `Any` encoding support
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
chore: Update to env_logger 0.10
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Correct some typos
goggle opened this pull request over 1 year ago
goggle opened this pull request over 1 year ago
chore: Update ci
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
feat: add TryFrom<i32> implementation to Enumeration
Leulz opened this pull request over 1 year ago
Leulz opened this pull request over 1 year ago
`serde` support for `prost-types`
mgoldenberg opened this issue over 1 year ago
mgoldenberg opened this issue over 1 year ago
prost-build: do not escape brackets followed by parenthesis in comments
pgimalac opened this pull request over 1 year ago
pgimalac opened this pull request over 1 year ago
Linking to items in doc comment is not possible because brackets are always escaped
pgimalac opened this issue over 1 year ago
pgimalac opened this issue over 1 year ago
generate assoc. consts in enums representing protobuf enum aliases, resolves #792
ousado opened this pull request over 1 year ago
ousado opened this pull request over 1 year ago
Fix typo in bail message
BKDaugherty opened this pull request over 1 year ago
BKDaugherty opened this pull request over 1 year ago
Fixing issues with clippy and rustdoc
ianmichell opened this pull request over 1 year ago
ianmichell opened this pull request over 1 year ago
Deserializing JSON to prost struct
quazzuk opened this issue over 1 year ago
quazzuk opened this issue over 1 year ago
Fix invalid `fq_message_name` when appending nested message in empty package
ldm0 opened this pull request over 1 year ago
ldm0 opened this pull request over 1 year ago
Ability to provide default implementations on service traits
NickLarsenNZ opened this issue over 1 year ago
NickLarsenNZ opened this issue over 1 year ago
Invalid generated code when using a nested message with a map field
FoxLisk opened this issue over 1 year ago
FoxLisk opened this issue over 1 year ago
chore: Prepare `0.11.9`
LucioFranco opened this pull request over 1 year ago
LucioFranco opened this pull request over 1 year ago
`as_str_name` method not generated
zkcrescent opened this issue over 1 year ago
zkcrescent opened this issue over 1 year ago
chore: Update to baptiste0928/cargo-install@v2
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Fix build in directory not named `prost`
3541 opened this pull request over 1 year ago
3541 opened this pull request over 1 year ago
Panic in prost-build when using custom service generator with non-standard behavior
anelson opened this issue over 1 year ago
anelson opened this issue over 1 year ago
Support hashmap for no_std
kishansairam9 opened this issue over 1 year ago
kishansairam9 opened this issue over 1 year ago
clippy warn
liyongjing opened this issue over 1 year ago
liyongjing opened this issue over 1 year ago
chore: Update to criterion 0.4
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Add @generated comment at the top of the generated file
bouk opened this issue over 1 year ago
bouk opened this issue over 1 year ago
Update to `syn@2` & `[email protected]`
ldm0 opened this pull request almost 2 years ago
ldm0 opened this pull request almost 2 years ago
Fix corrupted tests due to missing CI checking
ldm0 opened this pull request almost 2 years ago
ldm0 opened this pull request almost 2 years ago
Custom { kind: PermissionDenied, error: "failed to invoke protoc (hint: https://docs.rs/prost-build/#sourcing-protoc): (path: \"F:\\\\.protoc\\\\bin\"): 拒绝 访问。 (os error 5)" }' #44
yzydeveloper opened this issue almost 2 years ago
yzydeveloper opened this issue almost 2 years ago
Unseal BytesAdapter
CMoore-Darwinium opened this issue almost 2 years ago
CMoore-Darwinium opened this issue almost 2 years ago
Add existing roundtrip test to Kani CI and avoid recursive submoduling
adpaco-aws opened this pull request almost 2 years ago
adpaco-aws opened this pull request almost 2 years ago
If messages are recursive, all messages on recursion path are boxed
wackazong opened this issue almost 2 years ago
wackazong opened this issue almost 2 years ago
README says prost generates module hierarchy following package keyword
tytouf opened this issue almost 2 years ago
tytouf opened this issue almost 2 years ago
chore: Prepare `0.11.8` release
neoeinstein opened this pull request almost 2 years ago
neoeinstein opened this pull request almost 2 years ago
fix: correct change in visibility of compiler module
neoeinstein opened this pull request almost 2 years ago
neoeinstein opened this pull request almost 2 years ago
Recent release breaks the downstream package `protoc-gen-prost`
larry-aptos opened this issue almost 2 years ago
larry-aptos opened this issue almost 2 years ago
Add alternative protobuf source information
sergeiivankov opened this pull request almost 2 years ago
sergeiivankov opened this pull request almost 2 years ago
chore: Prepare `0.11.7` release
LucioFranco opened this pull request almost 2 years ago
LucioFranco opened this pull request almost 2 years ago
Bug: type attributes are not deduplicated, leading to invalid generated code
poliorcetics opened this issue almost 2 years ago
poliorcetics opened this issue almost 2 years ago
feat(build): Add direct fds compile support
LucioFranco opened this pull request almost 2 years ago
LucioFranco opened this pull request almost 2 years ago
chore: Update msrv to 1.60
tottoto opened this pull request almost 2 years ago
tottoto opened this pull request almost 2 years ago
chore: Add cargo-machete to detect unused dependencies
tottoto opened this pull request almost 2 years ago
tottoto opened this pull request almost 2 years ago
Add visitor methods to Config in prost-build
bsurmanski opened this issue almost 2 years ago
bsurmanski opened this issue almost 2 years ago
chore: Update github action
tottoto opened this pull request almost 2 years ago
tottoto opened this pull request almost 2 years ago
Bump msrv to 1.60
LucioFranco opened this pull request almost 2 years ago
LucioFranco opened this pull request almost 2 years ago
Auto-generate convenient constructors
Victor-N-Suadicani opened this issue almost 2 years ago
Victor-N-Suadicani opened this issue almost 2 years ago
[Question] why not TryFrom<i32> instead of `from_i32` in derive(prost::Enumeration)?
Tudyx opened this issue almost 2 years ago
Tudyx opened this issue almost 2 years ago
Remove usage of the flag experimental_allow_proto3_optional
silvergasp opened this pull request almost 2 years ago
silvergasp opened this pull request almost 2 years ago
Clarify `default_package_filename` documentation.
Gilnaa opened this pull request almost 2 years ago
Gilnaa opened this pull request almost 2 years ago
Output gets written to top level OUT_DIR by default
JanBeh opened this issue almost 2 years ago
JanBeh opened this issue almost 2 years ago
Appending `.rs` to Config::default_package_name argument not documented
JanBeh opened this issue almost 2 years ago
JanBeh opened this issue almost 2 years ago
`prost_path` not updating macro calls to the prost crate
liyongjing opened this issue almost 2 years ago
liyongjing opened this issue almost 2 years ago
Update PropProof docs to note the need to submodule init
danielsn opened this pull request almost 2 years ago
danielsn opened this pull request almost 2 years ago
Prevent spurious overflow in check_duration_roundtrip test
danielsn opened this pull request almost 2 years ago
danielsn opened this pull request almost 2 years ago
Fix issue with negative nanos in Duration::try_from(), and add tests
danielsn opened this pull request almost 2 years ago
danielsn opened this pull request almost 2 years ago
prost-build: support boxing fields
krallin opened this pull request almost 2 years ago
krallin opened this pull request almost 2 years ago
chore(types): Remove including generated code
tottoto opened this pull request almost 2 years ago
tottoto opened this pull request almost 2 years ago
Feature request: `field_behavior` support
Tudyx opened this issue almost 2 years ago
Tudyx opened this issue almost 2 years ago
Add Kani documentation.
YoshikiTakashima opened this pull request almost 2 years ago
YoshikiTakashima opened this pull request almost 2 years ago
Add Kani to CI.
YoshikiTakashima opened this pull request almost 2 years ago
YoshikiTakashima opened this pull request almost 2 years ago
Make Debug impl optional for types
audunska opened this pull request almost 2 years ago
audunska opened this pull request almost 2 years ago
Added try_normalize to Timestamp
oliverbrowneprima opened this pull request almost 2 years ago
oliverbrowneprima opened this pull request almost 2 years ago
Feature request: Optionally leave out Debug impl
audunska opened this issue almost 2 years ago
audunska opened this issue almost 2 years ago
chore: Prepare `0.11.6` release
LucioFranco opened this pull request almost 2 years ago
LucioFranco opened this pull request almost 2 years ago
Any chance of a new release?
damelLP opened this issue almost 2 years ago
damelLP opened this issue almost 2 years ago
Unable to compile protos with aliased default values
jteplitz opened this issue almost 2 years ago
jteplitz opened this issue almost 2 years ago
invalid wire type: StartGroup (expected LengthDelimited)
liyongjing opened this issue almost 2 years ago
liyongjing opened this issue almost 2 years ago
Allow encoding `bytes` as `Bytes`
MarinPostma opened this issue almost 2 years ago
MarinPostma opened this issue almost 2 years ago