Does anything speak against adding a `--generate-stub` flag for Rust, like the one for CSharp? ```shell > wit-bindgen csharp --help | grep stub --generate-stub Whether or not to generate a stub class for exported functions ``` If not, I may consider contributing a PR for this.