tokio-rs / prost

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

chore - codegen: extract c string escaping to a separate file #1028

Closed gibbz00 closed 3 months ago

gibbz00 commented 3 months ago

Part of a series of module splits which became clear from https://github.com/tokio-rs/prost/pull/1026. Also functions as a way to improve the final reviewability of #1026.