multiversion_no_op 1.0.0

Provides a pass-through function attribute called multiversion for optimizing build times
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 16.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 247.72 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • hsivonen/multiversion_no_op
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hsivonen

multiversion_no_op

This crate provides a pass-through function attribute called multiversion.

The purpose of this crate is to optimize build times on targets that do not actually need multiversioning. That is, targets that need multiversioning can use the real multiversion crate, and targets that do not need multiversioning can use this crate instead.

This crate works in the no_std context.

License

Apache-2.0 OR MIT; the file named COPYRIGHT.

Usage

See encoding_rs crate for a usage example.