rust-unofficial / awesome-rust

A curated list of Rust code and resources.
Creative Commons Zero v1.0 Universal
46.51k stars 2.74k forks source link

Added cargo-depgraph, replacement for cargo-deps #1761

Closed Squidroot2 closed 3 months ago

Squidroot2 commented 3 months ago

Crates.IO README for cargo-deps says the project is no longer worked on and that users should consider using either cargo-depgraph or cargo-tree. Since cargo-tree is included in cargo, I added cargo-depgraph.

Squidroot2 commented 3 months ago

The "https://getblades.org" gave a 301 error so I changed it to its redirect of "https://www.getblades.org". I'm hoping this will fix the build.

UPDATE: Running it locally, there may be another problem. Looking in to it now

palfrey commented 3 months ago

The "https://getblades.org" gave a 301 error so I changed it to its redirect of "https://www.getblades.org". I'm hoping this will fix the build.

UPDATE: Running it locally, there may be another problem. Looking in to it now

LGTM now. You may hit issues locally both because Github rate limits things (even if you give it a token), so the full parse only really works incrementally and we've got a lot of caching on that. Works in CI now, so thanks for the blades fix.