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'm using TypeSpec with typify to make rust type up to date with json schema.
It would be nice to have a way to use super and crate in x-rust-type (it doesn't compile because rust doesn't allow ::crate), so that I can workaround #862 .