rust-relations-explorer 0.1.2

Explore relationships in Rust codebases: build a knowledge graph and run queries (connected files, function usage, cycles, paths, hubs, module centrality, trait impls).
Documentation
1
2
3
4
5
6
7
# Clippy configuration file
# Note: Lint levels (warn/deny/allow) are NOT configured here. Use cargo flags or attributes instead.
# See: @web https://doc.rust-lang.org/clippy/configuration.html and usage: `cargo clippy -- -W clippy::all -W clippy::pedantic -D warnings`

# Example valid options (uncomment to use):
# msrv = "1.78.0"               # Minimum supported Rust version (optional; otherwise read from Cargo.toml rust-version)
# disallowed-names = ["foo", ".."]  # Extend default disallowed names using ".."