icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
102 stars 13 forks source link

Pull in latest 'slicec'. #3905

Closed InsertCreativityHere closed 7 months ago

InsertCreativityHere commented 7 months ago

This PR pulls in the latest changes from slicec.

These include a simplified CodeBlock API, that saves us a mut and & in places, and it moves the code_gen_util types out of slicec and into slicec-cs.