rust-embed
rust-embed copied to clipboard
Rename RustEmbed trait to Embed?
Would it be possible to shorten the name of the main trait exported by this library?
I don't see any particular reason to include the word "Rust" in the trait name, apart from it originating from a crate with the same name.
Nice Idea. But this has gotta be a collective decision? Can we get some upvotes.
Would be a breaking change and require major version bump, but I agree this makes sense to change.
Anyone want to submit a PR for this?
A non-breaking (I think?) change would be to reexport RustEmbed as Embed, preserving RustEmbed in place (like so: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=0037fc65e543296c1dc21af0235463c7)
Nice idea. We could update the docs and Readme as well for this so would be the new de-facto way.