-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Description
Hey,
I'd like to implement support for wchar_t as a primitive type (that will codegen into libc::wchar_t in the Rust leg and the built-in type in C++). I think I can write the code for it, but do you think this is a good idea? Relying on libc::wchar_t might introduce a dependency on the libc crate for autogenerated code; maybe we should define this type in this crate directly?
MakotoE
Metadata
Metadata
Assignees
Labels
No labels