Crate explicit

source ·
Expand description

Utilities which allow code to be more robust to changes in dependencies.

The utilities in this crate allow code to depend on details of its dependencies which would not normally be captured by code using the canonical Rust style. See this document for a discussion of when and why this might be desirable.

Traits§