-
Notifications
You must be signed in to change notification settings - Fork 29
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
Rename the package name and/or the crate name #47
Comments
Or, or rather and, We can rename the [lib]
name = "atcoder" Then we can write in this way in examples and integration-tests (if we will write them) . use atcoder::Dsu; |
Agreed on |
I agree with this suggestion. Do you think we shuold/can change this until 2023/04/07 (deadline of the language update?) |
I think we should do. Or rather, this is the last chance. |
I came up with another name. use acl::FenwickTree; Repository name: |
Which name is used in crates.io ? |
Example: The default |
@manta1130 @kenkoooo @tttanikawa @hotman78 Mentioning to you as contributors. Would you give us your thoughts? We have the following choices.
|
I created two PRs for 5. and 3. @mizar Could you choose one and merge it? As I mentioned, today is the last chance. |
In Rust, it is common to set a repository name to
foo-rs
and to set apackage.name
tofoo
.In actual,
cargo new
strip the"-rs"
suffixes until recently.Why don't we rename the package name to
ac-library
orac_library
?The text was updated successfully, but these errors were encountered: