aptos-workspace-hack

Crates.ioaptos-workspace-hack
lib.rsaptos-workspace-hack
version0.1.7
sourcesrc
created_at2022-05-24 20:02:00.455213
updated_at2022-07-09 20:54:48.185177
descriptionAptos workspace hack
homepagehttps://aptoslabs.com
repositoryhttps://github.com/aptos-labs/aptos-core
max_upload_size
id593036
size25,918
(aptos-crates)

documentation

README

aptos-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.

Commit count: 18889

cargo fmt