gtk-rs / gir

Tool to generate rust bindings and user API for glib-based libraries
https://gtk-rs.org/gir/book/
MIT License
230 stars 102 forks source link

Generate string constants as `&'static GStr` / `[u8]` #1424

Closed sdroege closed 1 year ago

sdroege commented 1 year ago

This gets rid of all the once_cell Lazy usage and allows using them as NUL-terminated strings in more places.

sdroege commented 1 year ago

See https://github.com/gtk-rs/gtk-rs-core/pull/885 for generated code