Closed
Description
change URL to https://crates.io/<author>/<crate>
, end with an optional /<database_id>
.
for example, the current url:
https://crates.io/crates/time
will be changed to:
https://crates.io/alexcrichton/time
and https://crates.io/alexcrichton/time/123
- not repeat
crates
two times in one URL - author's name to distinguish different crates with the same name, like github
- optional id to speed up the database searching
- the page
https://crates.io/<author>
list his/hers created and favorite crates.
(There are already several time crates, and several sqlite3 crates, in the github, I don't think only one of them be named the best time
/sqlite3
, and others must be named different such as time2
/sqlite3-liigo
, to make the crate name unique all over the crates.io.)
Metadata
Metadata
Assignees
Labels
No labels