odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.1k stars 550 forks source link

Add to_cstring for Builders #3788

Closed Beefster09 closed 1 week ago

Beefster09 commented 1 week ago

When using external libs that use cstrings a lot, it can be very helpful to be able to output cstrings from a builder.

It's not straightforward to think about the null terminator manually and then feed it through a series of non-allocating casts.