workspacer-crate 0.3.0

Core library for analyzing and extracting the public interface of individual Rust crates as part of the Workspacer suite.
Documentation
1
2
3
4
5
6
7
8
// ---------------- [ File: workspacer-crate/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{crate_interface_item}
x!{crate_analysis}
x!{crate_handle}
x!{mock_crate_config}
x!{pin_wildcard_deps}