const_ops 0.2.2

const-ready version of core::ops / std::ops arithmetic traits
Documentation
  • Coverage
  • 3.33%
    2 out of 60 items documented0 out of 47 items with examples
  • Size
  • Source code size: 49.44 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 12.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • haennes/const_ops
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • haennes

A const-ready version of core::ops / std::ops arithmetic traits

All traits are the same as in std / core but prefixed with the #[const_trait] attribute to allow usage in const situations.

This crate is designed in such a way that, as soon as the #[const_trait] attribute is used in core / std all imports of this crate can simply be deleted.