const_traits

Crates.ioconst_traits
lib.rsconst_traits
version0.3.0
sourcesrc
created_at2023-07-28 15:14:56.733482
updated_at2023-08-06 13:05:10.889492
descriptionconst-ready version of core::convert / std::convert traits (+ const_ops)
homepagehttps://github.com/haennes/const_traits
repositoryhttps://github.com/haennes/const_traits
max_upload_size
id928583
size57,080
(haennes)

documentation

https://docs.rs/const_traits

README

A const-ready version of core::convert / std::convert traits ((+ const_ops))

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: 5

cargo fmt