Description
First off, this isn't exactly an issue per se.
I was looking through my crates on crates.io
and discovered I had a crate from 2 years ago named spirv
- which I created just to support a hobby project before there were any other SPIR-V libraries in Rust. I haven't maintained it in ages and the code/features/testing/etc are quite obviously inferior to the fantastic work being done in this crate. So basically my question is, since I'm going to mark that as 'abandoned' and suggest that nobody should use it, would another crate (eg: this one) like to take that spirv
name?
I realise this is perhaps a dumb question, since changing names on crates.io would force all the users of rspirv
to change their code, however I guess I'm just letting you know in case somebody feels that spirv
is a 'nicer' or more canonical name to use.
Edit: I guess I'm also looking for rust-lang/rust#41616