tree: d7babb355d06d966f9c65957b0c6a6342d742d73 [path history] [tgz]
  1. src/
  2. .gitignore
  3. Cargo.toml
  4. README.md
dev/depcheck/README.md

This directory contains a tool that ensures there are no circular dependencies in the DataFusion codebase.

Specifically, it checks that no create's tests depend on another crate which depends on the first, which prevents publishing to crates.io, for example