Bring Rust Actor SDK up to new standards (codec split)
Opened this issue · 0 comments
autodidaddict commented
Adopt the new WIDL code generator (this will likely be a breaking change for actors and providers)
Also, split the codec so that it's no longer a monolithic crate but instead actors and providers can both codegen up only the data types they need from the .widl
files.