1 unstable release

0.1.0 Dec 8, 2021

#238 in Caching

21 downloads per month

Apache-2.0

2KB

diem-workspace-hack

This crate is hack to unify 3rd party dependency crate features in order to have better compilation caching. Each time cargo is invoked, it computes features, so across multi invocations it may resolve differently and therefore find things are cached.

The downside is that all code is compiled with the features needed for any invocation.

See the cargo-hakari documentation for further details.

No runtime deps