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
// ---------------- [ File: workspacer-crate/src/imports.rs ]

pub(crate) use get_file_size::*;
pub(crate) use workspacer_3p::*;
pub(crate) use workspacer_interface::*;
pub(crate) use workspacer_syntax::*;
pub(crate) use workspacer_toml::*;