rust-digger icon indicating copy to clipboard operation
rust-digger copied to clipboard

Results 43 rust-digger issues
Sort by recently updated
recently updated
newest added

run `cargo audit` https://docs.rs/cargo-audit/latest/cargo_audit/ for each crate.

Bu default crates with an `src/main.rs` will generate an executable program. However using the [bin](https://doc.rust-lang.org/cargo/reference/cargo-targets.html#binaries) field in `Cargo.toml` we can designate other files to be converted to binary executables. Rust...

Look at the rating system of https://pub.dev/ As recommended here https://github.com/TomzBench/msft/pull/1#issuecomment-2096692667

For each released crate check if the URL provided in the "homepage" field is a properly formatted URL to a public web site that is not a "bad" site. Some...

Hi! I was thinking it would be cool to have a website with a graph displaying the evolution of the percentage of crates.io crates on edition 2024 and the same,...

Now that https://github.com/xd009642/tarpaulin/issues/1415 was implemented we can try to collect test coverage reports from all the crates.

Have some tool that can wrap function calls that will do the following: When the process starts writes the name and current time in some file If and when the...

For each crate count how many crates depend on it either directly or because one of their dependencies depend on it. Algorithm (for lack of using a graph db): *...

For each crate count how many other crates list it as a dependency. Sort the crates based on that number and show the top 100.

The developers with the biggest number of crates.