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

chore: Update to actions/checkout@v4 (#910)

7c04d977203c29c473b59f0aef2a280a46a0c3c6 authored 10 months ago by tottoto <[email protected]>
Remove which dependency. (#962)

a8e8c9db3a1ff5ce51a02f93d6f285901dff7391 authored 10 months ago by Lucas Kent <[email protected]>
chore: Add dep: prefix to feature dependencies (#919)

Co-authored-by: Lucio Franco <[email protected]>

396168292df5bf4e953722257900f1a0384dff63 authored 10 months ago by tottoto <[email protected]>
style: Remove duplicate function call (#989)

Co-authored-by: Lucio Franco <[email protected]>

80f2f7a280a786c515177620966a7500d0e0a540 authored 10 months ago by Casper Meijn <[email protected]>
chore(ci): add merge group (#990)

b785e6a6e17e83cd33894d7c82e2d6421ba07f0d authored 10 months ago by Lucio Franco <[email protected]>
really test decode_varint_slow (#977)

* really test decode_varint_slow instead of passing it slices that have already been emptied

...

93534070eab4770ed17ef9cca3ab2a0848ca897c authored 10 months ago by Kent Ross <[email protected]>
fix: fq_message_name should begin with one dot (#981)

When package name is empty, but type_path is filled, the fq_message_name should begin with a sin...

a4538f2e1e1d3f1b98f6ac5f0496a8d7f4c920b3 authored 10 months ago by Casper Meijn <[email protected]>
chore: fix typo in README (#970)

Co-authored-by: Lucio Franco <[email protected]>

7f1c3034075a89fdf715822a7701f5084211f582 authored 10 months ago by sefidel <[email protected]>
Fix broken prost-build link. (#967)

This appears to reference a section in the markdown that no longer exists.
Reference the docs.r...

e6329a7e5862ade91ea929d48221caca8fb24652 authored 10 months ago by Ryan Roden-Corrent <[email protected]>
chore: Fix minimal versions (#920)

* chore(build): Fix log minimal version

* chore: Add ci to check minimal versions

--------...

7f15b876f49837502c8bba1f92ced2fe2f37888c authored 10 months ago by tottoto <[email protected]>
prost-build: optimise derived prost::Name (#956)

When deriving prost::Name, prost-bulid generates the following code
for full_name and type_url ...

0a64a09158eee89f04700b5761c474d9feb11a16 authored 10 months ago by Michal Nazarewicz <[email protected]>
Add @generated comment on top of generated files (#935)

54838c62354cce1831b47251fd5a61a1cd188387 authored 10 months ago by Nicolas Belouin <[email protected]>
chore: Bump MSRV to 1.70 (#982)

Rust 1.70 is 7 month old at this time. A transient dependency `home` requires at least rust 1.70...

3cb37f2d2064d478db96b16b3d87582b14631224 authored 10 months ago by Casper Meijn <[email protected]>
Minor grammar fix (#952)

63c00248abef84337c1010b6a10f3258b2db8b54 authored 12 months ago by Alfie John <[email protected]>
prost: prepare release `0.12.3` (#947)

907e9f6fbf72262f52333459bbfb27224da1ad72 authored about 1 year ago by Erwan Or <[email protected]>
Fix code generation for Name trait (#944)

acc1df83f73cda03c10722fbb739c7920b6b9048 authored about 1 year ago by Tin Rabzelj <[email protected]>
prost: prepare release `0.12.2` (#943)

3cf34f00d3b919ce65cc61fc869feba5aeb487e7 authored about 1 year ago by Erwan Or <[email protected]>
feat: Generate implementation for `Name` trait (#931)

* Add type names generator

* Fix test

* Update CI test toolchain version

3ce212ff6107a5f296a082d7be4f0113da8fb887 authored about 1 year ago by Tin Rabzelj <[email protected]>
fix: generate `Name::full_name` properly (#923)

97cd4e29c46f1cac4d27428c759b6bc807c37201 authored about 1 year ago by NBonaparte <[email protected]>
release 0.12.1 (#918)

9dd655312240ba028660f0c7091a8b9a66406f2a authored over 1 year ago by Lucio Franco <[email protected]>
Fixes 905, fix: Use full path of Result type + unit test + Option unti test (#917)

* add cmake and ninja in the flake

* unit-test added to replicate issue #905

* fix: Use fu...

6079136781a560a4e480002f3fbce37193f60937 authored over 1 year ago by anstylian <[email protected]>
prost-type: impl Hash for Duration (#912)

Co-authored-by: Quentin Perez <[email protected]>

bf866464413ce4955eeaf09c4b6647d192b775ef authored over 1 year ago by Quentin Perez <[email protected]>
release 0.12.0 (#904)

b258dc8227bdc77b9b1b3102493b3fccd4921393 authored over 1 year ago by Lucio Franco <[email protected]>
feat: `Name` trait + `Any` encoding support (#896)

* feat: `Name` trait + `Any` encoding support

As discussed in #299 and #858, adds a `Name` tr...

7ce9b9756ba1ca0c6228931e2a9ff7859931ac95 authored over 1 year ago by Tony Arcieri <[email protected]>
Make Debug impl optional for types (#797)

* Make Debug impl optional on derive(Message)

* Config to optionally skip debug for messages
...

f9a3cfff07536a412e4f96f5ea3749c52c50170f authored over 1 year ago by Audun Skaugen <[email protected]>
docs: fix protoc install link (#900)

Co-authored-by: Lucio Franco <[email protected]>

6180f9fa3a93e42572633cb0b0610dcb0690c508 authored over 1 year ago by Caleb Cartwright <[email protected]>
prost-build: do not escape brackets followed by parenthesis in comments (#851)

* feat(prost-build): do not escape brackets followed by parenthesis or bracket in comments

* ...

1d7405803004e85f58511af2a439460b4237a0e2 authored over 1 year ago by Pierre Gimalac <[email protected]>
chore: Bump MSRV to 1.64 (#902)

413b0299e0d0e73b6085ad9b897fb7ec7e63cb2a authored over 1 year ago by Lucio Franco <[email protected]>
feat: add TryFrom<i32> implementation to Enumeration (#853)

ca73cbe4bbcbdb4f3d30455a090ff50209dc1fc3 authored over 1 year ago by Léo Meira Vital <[email protected]>
chore: Update ci (#854)

* chore: Fix yaml indent

* chore: Replace arduino/setup-protoc with taiki-e/install-action

...

9c877ce32ec0c465e437144c1bf4a27cb3aa705c authored over 1 year ago by tottoto <[email protected]>
Fix `non_snake_case` warning on generated identity functions (#891)

The `Message` derive macro currently generates `Debug` implementations
that contain code that v...

65451cc4cbffaca578de1a8f4a218cca2ec1c9ac authored over 1 year ago by Alexander Alexandrov <[email protected]>
release 0.11.9 (#842) (#895)

80fb9d18b7af2c82a8f54fb6c9e7ccfa4d5629ce authored over 1 year ago by Lucio Franco <[email protected]>
chore: Update to env_logger 0.10 (#857)

f6cd226ea9f5f344d63993e0f5ee566ba4bb70e4 authored over 1 year ago by tottoto <[email protected]>
build(deps): update to itertools 0.11 (#875)

Depend on itertools >=0.10, <0.12

Co-authored-by: Lucio Franco <[email protected]>

4d55103f65b32440a5741a630bdfff011b546477 authored over 1 year ago by Shaun Jackman <[email protected]>
Correct some typos (#856)

Signed-off-by: Alexander Seiler <[email protected]>
Co-authored-by: Lucio Franco <luciofranc...

1d098cc994825d4c2988c4fcf4f1fdb663e2df53 authored over 1 year ago by Alexander Seiler <[email protected]>
chore(build): Replace lazy_static with once_cell (#859)

Co-authored-by: Lucio Franco <[email protected]>

aec7941f219a9587b4f9a870c78eb13c833a0e88 authored over 1 year ago by tottoto <[email protected]>
Update prost-derive to syn 2 (#868)

* Don't ignore errors in prost_attrs

* Update prost-derive to syn 2

* Bump msrv to 1.63

...

d7869fb729ca49edbece6ce46825c796a1d2ef1e authored over 1 year ago by Mike Hommey <[email protected]>
Enable 1 more Kani harness. (#884)

* Enable 1 more harness.

* Upgrade Kani version.

* Fix version

468c80cd343321d5d4b361febbeec832ab5228b6 authored over 1 year ago by Yoshiki Takashima <[email protected]>
Fix typo in bail message (#848)

2037251cc50e25247972d5c1131905de3064016c authored over 1 year ago by Brendon Daugherty <[email protected]>
chore: Update to baptiste0928/cargo-install@v2 (#840)

Co-authored-by: Lucio Franco <[email protected]>

1b105ca7ac73e9878c01685bee97a5f7bf1926cd authored over 1 year ago by tottoto <[email protected]>
prost-build: support boxing fields (#802)

This allows the user to request boxing of specific fields. This is useful for
enum types that m...

6b5516aff83a331628f1e040f71fad6dfce23e4b authored over 1 year ago by Thomas Orozco <[email protected]>
Fix build in directory not named `prost` (#839)

This library will fail to build with the following error when checked
out into a directory not ...

f63691b6570297734f298ebe8ca54adad2ed629b authored over 1 year ago by Alex O'Brien <[email protected]>
chore: Update to criterion 0.4 (#835)

4c378f64b6347aaf756c44ae836f2f5ce64de373 authored over 1 year ago by tottoto <[email protected]>
Fix corrupted tests and missing CI testing (#832)

Co-authored-by: Lucio Franco <[email protected]>

a4f5992b7c6d91c5eb33accd3d3660016b80ae65 authored over 1 year ago by Donough Liu <[email protected]>
Update to `syn@2` & `[email protected]` (#833)

34d0e2b309a1c8fa33871ccd8404573dc3b81b15 authored over 1 year ago by Donough Liu <[email protected]>
Add existing roundtrip test to Kani CI and avoid recursive submoduling (#828)

* Add existing roundtrip test to Kani CI

* Bump up Kani version

* Remove `v` from GA version

875405011654e673925ff60e0a33bcc506381a3e authored almost 2 years ago by Adrian Palacios <[email protected]>
release 0.11.8 (#825)

6a02e4d4cbd14ad61292418187c094e7c461d18d authored almost 2 years ago by Marcus Griep <[email protected]>
fix: correct change in visibility of compiler module (#824)

Introduced in #801
Closes #823

0f53e3d72f0c9357d91bfc5b525c2b9697b526a2 authored almost 2 years ago by Marcus Griep <[email protected]>
release 0.11.7 (#821)

cd607bb1128b73870d48a854763e882a5cb174d4 authored almost 2 years ago by Lucio Franco <[email protected]>
feat(build): Add direct fds compile support (#819)

This commit adds two new compile functions that allow passing a
`FileDescriptorSet` and it will...

e895d4cf2393c468135297ec779c060acc0632b8 authored almost 2 years ago by Lucio Franco <[email protected]>
Update PropProof docs to note the need to submodule init (#805)

Co-authored-by: Lucio Franco <[email protected]>

b845e692dedfdaedc8df3fc50fb8afab3759b668 authored almost 2 years ago by Daniel Schwartz-Narbonne <[email protected]>
feat: Added try_normalize to Timestamp (#796)

Co-authored-by: Lucio Franco <[email protected]>

a21cf6b085be12f476a5091f128eb61b43b8294a authored almost 2 years ago by Oliver Browne <[email protected]>
chore: Update msrv to 1.60 (#818)

83382aa8c04615886cdd4078929691e71f366e5b authored almost 2 years ago by tottoto <[email protected]>
chore: Add cargo-machete to detect unused dependencies (#817)

597a54b92b025148e8af17e8ab9181c4e024fe6b authored almost 2 years ago by tottoto <[email protected]>
chore: Update github action (#815)

Co-authored-by: Lucio Franco <[email protected]>

6ddef5e97364e53fbec847f88a97f2c5928c3f4b authored almost 2 years ago by tottoto <[email protected]>
chore(types): Remove including generated code (#801)

db1c9364e7b55e60424293fd9de54bdcab2cc663 authored almost 2 years ago by tottoto <[email protected]>
Bump msrv to 1.60 (#814)

0c350dc6ad3cd61dc9a1398dffab5ac312f3b245 authored almost 2 years ago by Lucio Franco <[email protected]>
Clarify `default_package_filename` documentation. (#809)

49c33f3163430e9e4e07d6364dd3f2a00293de5b authored almost 2 years ago by Gilad Naaman <[email protected]>
Prevent spurious overflow in check_duration_roundtrip test (#804)

Co-authored-by: Lucio Franco <[email protected]>

bff66a665fc2d5a0cbb826e446f8050450cbd8a2 authored almost 2 years ago by Daniel Schwartz-Narbonne <[email protected]>
Fix issue with negative nanos in Duration::try_from(), and add tests (#803)

* Fix issue with negative nanos in Duration::try_from(), and add a unit test

* add proptest f...

c00da0bc71ccd35c0e859a4dbf6260260b535c30 authored almost 2 years ago by Daniel Schwartz-Narbonne <[email protected]>
Added Kani documentation. (#799)

963a2cf0bfad4adb4ce7945d5738f2bde5c49c0a authored almost 2 years ago by Yoshiki Takashima <[email protected]>
chore: Added Kani to CI. (#1) (#798)

b72967aae99c3f185249ebb950238201678868fe authored almost 2 years ago by Yoshiki Takashima <[email protected]>
chore: Prepare 0.11.6 release (#794)

9e106337506d60b81973dbd8a59e14573794074f authored almost 2 years ago by Lucio Franco <[email protected]>
Add message and enum attributes to prost-build (#784)

closes https://github.com/tokio-rs/prost/issues/783

14ac71ef3300d49d04392e7963d6afc2eaf6f2c4 authored about 2 years ago by damel_lp <[email protected]>
release 0.11.5 (#788)

3081a4866da07946846b7526ad06b818a13f82ff authored about 2 years ago by Lucio Franco <[email protected]>
Allow file descriptor be generated without --include_source_info (#786)

* Allow file descriptor be generated without --include_source_info

The file descriptor sets g...

9dd92be3eaf7418adbf52cdab5e385f6e91a0b8e authored about 2 years ago by David Freese <[email protected]>
chore: Fix clippy lint (#780)

4e14adf4be890d031d05da7521e3c1a1984007fa authored about 2 years ago by tottoto <[email protected]>
chore: fix itertools features to allow no (#781)

a7aac766e362d87de5180774c124829e198f2b4c authored about 2 years ago by Nathan Prat <[email protected]>
chore(doc): Fix proto code block (#778)

Co-authored-by: Lucio Franco <[email protected]>

5109f793bb763ccda4bda45cdadcf99c5486b911 authored about 2 years ago by tottoto <[email protected]>
chore: Fix rustdoc warning (#779)

Co-authored-by: Lucio Franco <[email protected]>

4c49776f834bee95172268c3ca489e81c221a841 authored about 2 years ago by tottoto <[email protected]>
build: Expose `from_str_name` for generated enums (#774)

c2c4f0fe252259664d3409d9e3ebbc75e513ef4e authored about 2 years ago by Park Joon-Kyu <[email protected]>
chore: Prepare 0.11.4 (#777)

d3ba4e8fbc0155d9640fa67c7382a6dd4920b082 authored about 2 years ago by Lucio Franco <[email protected]>
chore(build): Ignore clippy warning derive_partial_eq_without_eq (#775)

d531ba7a1912be8bc54a9cf6dceb68dc3e725f36 authored about 2 years ago by tottoto <[email protected]>
chore: Remove minversions CI (#776)

cd2796c09c32c7e59e549ce5e0c2a0503b880e96 authored about 2 years ago by Lucio Franco <[email protected]>
chore: Prepare 0.11.3 release (#768)

32ce2c085f17255d06ffab605b44c735d49d5dc9 authored about 2 years ago by Lucio Franco <[email protected]>
Remove prints (#762)

c387b3c93ccd899e47d9a54fc06f61606e3d9c38 authored about 2 years ago by Victor Nordam Suadicani <[email protected]>
chore(ci): add CIFuzz github action (#759)

66de87c5b1d149e71281fb4de8acbca23be8c82b authored about 2 years ago by DavidKorczynski <[email protected]>
chore Fix debian hint (#758)

As far as I can tell `protobuf3-compiler` doesn't actually exist in `apt`.

fd1b4502fd391b8dadfd471ded1719e1b4a1f60d authored about 2 years ago by XAMPPRocky <[email protected]>
chore: Add nix flakes support (#751)

7ea0789b2416544c0c2abd5df9e34dbdef92d00b authored about 2 years ago by Lucio Franco <[email protected]>
Remove println. https://github.com/tokio-rs/prost/issues/745 (#746)

Co-authored-by: Horaci Macias <[email protected]>

10c507c243f8bf67b4acb6489050c02676e3609a authored about 2 years ago by horacimacias <[email protected]>
chore: Prepare `0.11.2` release (#743)

_PROST!_ is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) implementation...

cdbd148eea999a5e106260483bc12ef10686f0f7 authored about 2 years ago by Lucio Franco <[email protected]>
chore: Add sleeps to publish script (#744)

8dfeb06436e2a852684814becea7045d707572b6 authored about 2 years ago by Lucio Franco <[email protected]>
feat(build): Add code formatting support (#741)

8b412c8edcfa5de1cf5490fceb15e9bab29986c3 authored about 2 years ago by Lucio Franco <[email protected]>
feat(build): Allow changing prost crate path (#740)

23cd89599d938cde99263d05f1053ed07ab7b2cc authored about 2 years ago by Lucio Franco <[email protected]>
fix disable_comments comment (#738)

b4807f23672f9776194ba05606060c1b597072a5 authored about 2 years ago by bouzuya <[email protected]>
feat(build): Allow generated `Message` derive path to be changed (#729)

Co-authored-by: Lucio Franco <[email protected]>

73150d8380adde29a900ef574bbcdf3e293954ab authored about 2 years ago by Simon Rasmussen <[email protected]>
Ignore empty codegen modules in outputs (#726)

* Ignore empty codegen modules in outputs

* run cargo format

* cleanup

* Introduce test...

ec385dcb45344763b13bc55acd513521ce52042a authored about 2 years ago by trevoranderson <[email protected]>
chore: Add discord badge for the tokio discord (#733)

d954502d350dfa08f561e9dcd4f0d25b70b27bee authored about 2 years ago by Lucio Franco <[email protected]>
Add snazzy module to example (#728)

Modify the example code for prost-build so that it uses the right module structure.

Otherwise...

6658ab4de78e4ddeced7f79e1465f960de0a616f authored about 2 years ago by Marco Vanotti <[email protected]>
Tuple struct support (#706)

Co-authored-by: Lucio Franco <[email protected]>

a1a3603f9331576816678569a56bc6c795e38b1d authored about 2 years ago by Donough Liu <[email protected]>
build: sort modules to get deterministic include files (#717)

* Create a proper fixtures folder for test-related artifacts

* Add sorting to write_includes ...

7b9d55b3eb000dd2f685b1d2e301b60f22f7b4fa authored over 2 years ago by Arnaud Brousseau <[email protected]>
build: add clone to `Service` types (#714)

35801643aac21fa976fc6ab6f6ce0c766f309854 authored over 2 years ago by Iskandarov Lev <[email protected]>
Suggest how to download protoc in error message (#711)

Co-authored-by: Adam Chalmers <[email protected]>

b40e2e291b68f3fe4adbce54f33b2385b7e100cf authored over 2 years ago by Adam Chalmers <[email protected]>
Remove notes from prost-build about building protoc (#703)

Signed-off-by: Jesse Szwedko <[email protected]>

25d50ad325682cbc090fdc82686a03e52d4d4277 authored over 2 years ago by Jesse Szwedko <[email protected]>
chore: Remove clippy (#702)

b8f6551774acc4a3af3efd19871caf5bf2db2502 authored over 2 years ago by Lucio Franco <[email protected]>
chore: Prepare types & build `0.11.1` release (#697)

a577931c4ccc8ef4b714e4dff987b208ac8bb60d authored over 2 years ago by Lucio Franco <[email protected]>
fix(build): Don't add extra space before RustDoc comments (#694)

In v0.11.0 the `sanitize_line` function was updated to add a space to
the beginning of non-empt...

cab0710b660b40fc903659154cfb4a9e3f0f6cae authored over 2 years ago by Ben Sully <[email protected]>
chore: Prepare 0.11 release (#692)

_PROST!_ is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) implementation...

4459a1e36a63a0e10e418b823957cc80d9fbc744 authored over 2 years ago by Lucio Franco <[email protected]>
Expose bytes crate publicly (#690)

* Expose bytes crate publicly

* ignore code blocks in readme

c6495d31137fc651c6b8110c4e02571c6ff71063 authored over 2 years ago by Lucio Franco <[email protected]>
Clean up edition move & clippy warnings (#691)

b314e8490f4787e643dc46774d3896104862272e authored over 2 years ago by Lucio Franco <[email protected]>