cargo-component
cargo-component copied to clipboard
Move generated files to the generated/ sub-directory
This patch implements the proposal in https://github.com/bytecodealliance/cargo-component/issues/315, moving the generated files into the generated
subdirectory. This change introduces a breaking change: the module name of the automatically generated component bindings has been changed from bindings
to generated
.
cc @yoshuawuyts @calvinrp
close https://github.com/bytecodealliance/cargo-component/issues/315