crate-deps alternatives and similar packages
Based on the "Development tools" category.
Alternatively, view crate-deps alternatives based on common mentions on social networks and blogs.
-
rust-analyzer
A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer] -
Clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/ -
gdbgui
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser. -
Rust Language Server
Repository for the Rust Language Server (aka RLS) -
rust-cross
Everything you need to know about cross compiling Rust programs! -
quickcheck
Automated property based testing for Rust (with shrinking). -
trust
Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows -
cargo-release
Cargo subcommand `release`: everything about releasing a rust crate. -
cargo-update
A cargo subcommand for checking and applying updates to installed executables -
Rust for Visual Studio Code
Rust for Visual Studio Code -
sublime-rust
The official Sublime Text 3 package for the Rust Programming Language -
milksnake
A setuptools/wheel/cffi extension to embed a binary data in wheels -
cargo-deb
A cargo subcommand that generates Debian packages from information in Cargo.toml -
rst
The open source design documentation tool for everybody [Moved to: https://github.com/vitiral/artifact] -
cargo-modules
Render your crate's module/item structure as a tree or graph -
rust-musl-cross
Docker images for compiling static Rust binaries using musl-cross
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of crate-deps or a related project?
README
crate-deps
A web service that generates images of dependency graphs for crates hosted on crates.io
This project is built entirely in Rust using these libraries:
Usage
To use, make sure your crate:
- has at least one dependency
- is uploaded to crates.io
Then, to generate an image, just go to:
https://crate-deps.herokuapp.com/<your crate name here>
Examples
tiny_http
crate-deps.herokuapp.com/tiny_http
glutin
crate-deps.herokuapp.com/glutin
geojson
crate-deps.herokuapp.com/geojson
hyper
crate-deps.herokuapp.com/hyper
piston
crate-deps.herokuapp.com/piston
Setup
To run the server locally:
cargo run
To deploy to Heroku, make sure to set the buildpack as follows:
heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
License
All files found in this repository are licensed under version 2 of the Apache license.
All images generated using crate-deps.herokuapp.com are licensed under CC0
*Note that all licence references and agreements mentioned in the crate-deps README section above
are relevant to that project's source code only.