vmagro / srcfiles

A tool for searching source files used to compile a Rust crate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

srcfiles

A tool and library to extract source files used to compile a Rust crate.

Tool 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)

Library

See https://docs.rs/srcfiles for details.

About

A tool for searching source files used to compile a Rust crate

License:MIT License


Languages

Language:Rust 100.0%