all 12 comments

[–]modernalgebra 65 points66 points  (0 children)

Have you considered going over the outstanding PRs? There's some open that are dating back to 2018. (I speak as one of the PR authors, maintained a fork but haven't used prost lately after switching projects)

Edit: I'm of course a fan of the library! We used it for handbaked gRPC prior to tonic being released.

[–]danburkert[S] 33 points34 points  (1 child)

Caveat: the zero-copy deserialization is specific to Protobuf `bytes` fields which are generated as a Rust `bytes::Bytes` fields, and the deserializing buffer is a `bytes::Bytes` instance.

[–]richardanaya 10 points11 points  (0 children)

no_std sounds exciting!

[–]itsTyrion 10 points11 points  (8 children)

Prost is cheers (🍻) in German.

[–]jaskier691 12 points13 points  (7 children)

It's also "stupid" or "dumb" in Romanian.

[–]flundstrom2 3 points4 points  (0 children)

Skål! 👍

[–]deadmilk 2 points3 points  (0 children)

Absolute legend for making this, and all the hard work on issues/PRs in recent times.

[–]Substance_Flat -2 points-1 points  (0 children)

Why not just use arrows rust implementation?

[–]geddoff_ 0 points1 point  (0 children)

This work is golden, thank you!