diem-workspace-hack 0.1.0

Diem workspace hack
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 963.39 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • diem/diem
    16697 2567 357
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sunshowers

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.