7 ms·
Would re-exporting partially solve your problem?
by ramranch 3y ago
Would re-exporting partially solve your problem?
- dhosek 3y agoAs I recall, I could do something where I could have a common root crate that would import and re-export the other crates with the namespaces modified on the exports and then control which crates are exported through feature gates, but it just seemed more hassle than it was worth.