17
submitted 11 months ago by tomtau@lemmyrs.org to c/rustlang@lemmyrs.org

Cackle is a tool to analyse the transitive dependencies of your crate to see what kinds of APIs each crate uses.

The idea is look for crates that are using APIs that you don't think they should be using. For example a crate that from its description should just be doing some data processing, but is actually using network APIs.

3
submitted 1 year ago by tomtau@lemmyrs.org to c/rustlang@lemmyrs.org

tomtau

joined 1 year ago