Expand description
Re-exports items from other crates for convenience.
This module selectively re-exports items from other crates that may be used
by users. This effectively eliminates the hassle of manually adding
dependencies to the user’s own Cargo.toml
.
Users can still call items from these crates directly, as long as semver versions of the dependencies are compatible.