File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
### Is the plan to use GitHub as a package repository?
4
4
5
5
No. The plan for Cargo is to use [ crates.io] , like npm or Rubygems do with
6
- npmjs.org and rubygems.org.
6
+ [ npmjs.com ] [ 1 ] and [ rubygems.org] [ 3 ] .
7
7
8
8
We plan to support git repositories as a source of packages forever,
9
9
because they can be used for early development and temporary patches,
@@ -23,8 +23,9 @@ central registry model as well as a Git-based model, and most packages
23
23
are downloaded through the registry in those ecosystems, with an
24
24
important minority of packages making use of git-based packages.
25
25
26
- [ 1 ] : https://www.npmjs.org
26
+ [ 1 ] : https://www.npmjs.com
27
27
[ 2 ] : https://bundler.io
28
+ [ 3 ] : https://rubygems.org
28
29
29
30
Some of the advantages that make a central registry popular in other
30
31
languages include:
You can’t perform that action at this time.
0 commit comments