tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.86k stars 500 forks source link

`OpenEnum`: type-safe wrapper for enum field values #1061

Closed mzabaluev closed 4 months ago

mzabaluev commented 4 months ago

A solution to #276 as sketched in https://github.com/tokio-rs/prost/issues/276#issuecomment-2017157041

mzabaluev commented 4 months ago

Superseded by #1079.