Crates.io | const_ops |
lib.rs | const_ops |
version | 0.2.2 |
source | src |
created_at | 2023-07-27 22:21:10.835554 |
updated_at | 2023-08-05 08:44:39.441601 |
description | const-ready version of core::ops / std::ops arithmetic traits |
homepage | https://github.com/haennes/const_ops |
repository | https://github.com/haennes/const_ops |
max_upload_size | |
id | 927968 |
size | 49,755 |
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.