On every GitHub repository or folder with a Cargo.toml file, scroll to the bottom of the page to see a list of its npm dependencies and their descriptions.
cratehub also adds convenient links to:
- the
Cargo.tomlfile - create info
- add create data copy (eg:
rustfmt-nightly = "1.4.21") Cargo.tomlWorkspaces- crates.io
- rust docs
- rust playground
GitHub Enterprise is also supported by right-clicking on cratehub's icon in the toolbar and selecting Enable cratehub on this domain.
Here's what cratehub looks like:
pnpm devThen load extension in browser with the extension/ folder.
For Firefox developers, you can run the following command instead:
pnpm start:firefoxweb-ext auto reload the extension when extension/ files changed.
While Vite handles HMR automatically in the most of the case, Extensions Reloader is still recommanded for cleaner hard reloading.
To build the extension, run
pnpm buildAnd then pack files under extension, you can upload extension.crx or extension.xpi to appropriate extension store.
- npmhub - On every GitHub repository or folder with a package.json file, scroll to the bottom of the page to see a list of its npm dependencies and their descriptions.
- crates.io - crate info api
- vitesse-webext - ⚡️ WebExtension Vite Starter Template
