workspacer-crate 0.4.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
9
10
// ---------------- [ File: src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{crate_analysis}
x!{crate_handle}
x!{mock_crate_config}
x!{pin_wildcard_deps}
x!{ensure_git_clean}
x!{name_all_files}
x!{read_file_string}