You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a c++.capnp schema file and when I build my project the generated code includes references to crate::c++_capnp. Is it possible to change the name in the rust build so that the generated code uses a different name (e.g. cpp_capnp) or is there some other workaround?