-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renaming rust-crypto crate to crypto #153
Comments
+1 |
It looks like Anyway, I'm leaning toward the idea of renaming, both to avoid the annoying I'm certainly open to other suggestions, of course. |
crypto-rs? On Fri, Dec 5, 2014 at 11:46 PM, DaGenix notifications@github.com wrote:
|
|
Even if the package name is |
@cmr - so we could just change: [lib]
name = "rust-crypto"
path = "src/rust-crypto/lib.rs" to [lib]
name = "rustcrypto"
path = "src/rust-crypto/lib.rs" then re-plubish and that would fix it? That seems very appealing to me - what does everything else think? Does anyone know if changing the crate name of an already uploaded package to crates.io. been tested? |
@icorderi - I haven't talked with @mahkoh. If what I think @cmr is suggesting would work, that seems ideal to me since it would appear to fix the issue with a minimum of churn. If that won't work, I'll see if @mahkoh would be willing to let it go. As a side note, if we can just change the crate name, what should we change it to? My first thought is |
I think "crypto" is a good name. Having "rust" in a crate name is On Fri, Dec 12, 2014 at 10:36 PM, DaGenix notifications@github.com wrote:
|
@icorderi I'm really sorry - I completely misread what you were suggesting. I will not be getting a gold star for my reading comprehnsion this week. |
I opened #166 to do the renaming suggested here. |
Unless someone brings up a new issue to discuss regarding the renaming, I'll merge that PR in the next day or two and publish a new release to crates.io. |
Hey, I wanted to suggest a rename of the
rust-crypto
crate to justcrypto
.It can be done in the Cargo.toml leaving the package name intact by just renaming the crate.
All import calls would then be:
What do you think?
The text was updated successfully, but these errors were encountered: