1 unstable release
Uses old Rust 2015
0.1.0 | Mar 5, 2017 |
---|
#39 in #parses
8KB
178 lines
Collapsing crates
Parses an entire crate with syn
into a single Crate
object for easy
processing. You may freely use and modify this code under the
CC0 1.0 Universal License.
Usage
To use in your own project, just add the below to your Cargo.toml
file.
[dependencies]
collapse-crate = "0.1"
For more formal documentation, you can find the rustdoc here.
Dependencies
~2MB
~42K SLoC