srcfiles 0.1.0

Extract source files for a Rust crate.
Documentation
1
2
3
4
5
6
7
# srcfiles
A tool for searching source files used to compile a Rust crate.

# Usage
srcfiles path/to/root.rs

Prints best-effort representation of all .rs and `include!` files used to compile a crate (currently only with debug output)