| Crates.io | const_traits |
| lib.rs | const_traits |
| version | 0.3.0 |
| created_at | 2023-07-28 15:14:56.733482+00 |
| updated_at | 2023-08-06 13:05:10.889492+00 |
| description | const-ready version of core::convert / std::convert traits (+ const_ops) |
| homepage | https://github.com/haennes/const_traits |
| repository | https://github.com/haennes/const_traits |
| max_upload_size | |
| id | 928583 |
| size | 57,080 |
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.