-
You can also configure where the dependency is pulled from. By default, it gets pulled from crates.io central registry. You can also pull specific commit from specific repository, or even from local folder.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
The standard library std::sync::Mutex and friends have leapfrogged parking_lot (a port of WebKit's parking lot) using a mix of vendoring it and providing patches or platform-specific alternatives.
-
If you want to try it and not jump into a project right away, take a look at rustlings, which are small step-by-step exercises to the main features of the language.
-
This must be something new, because I had to install nodeenv to manage NPM dependencies in a project-specific way: https://github.com/ekalinin/nodeenv