const_ops

Crates.ioconst_ops
lib.rsconst_ops
version0.2.2
sourcesrc
created_at2023-07-27 22:21:10.835554
updated_at2023-08-05 08:44:39.441601
descriptionconst-ready version of core::ops / std::ops arithmetic traits
homepagehttps://github.com/haennes/const_ops
repositoryhttps://github.com/haennes/const_ops
max_upload_size
id927968
size49,755
(haennes)

documentation

https://docs.rs/const_ops

README

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.

Commit count: 16

cargo fmt