Closed KodrAus closed 9 months ago
Part of #672
This PR makes use of the dep: and ?/ features of Cargo to avoid creating public features of private dependencies, and to only enable features of dependencies when they're already present.
dep:
?/
Part of #672
This PR makes use of the
dep:
and?/
features of Cargo to avoid creating public features of private dependencies, and to only enable features of dependencies when they're already present.