Crates.io | gat-std |
lib.rs | gat-std |
version | 0.1.1 |
source | src |
created_at | 2023-01-04 17:37:26.726703 |
updated_at | 2023-01-04 17:38:21.909422 |
description | Variants of Rust std traits that use GATs |
homepage | |
repository | https://github.com/CraftSpider/gat-std |
max_upload_size | |
id | 750978 |
size | 26,281 |
A variant of Rust std
traits that use GATs, as well as a macro to allow rewriting code
to use these traits instead of the std
equivalents.
num-traits
std
likely won't be able to change to use these traits for quite a while, if ever. This allows
users to take advantage of GATs in their code smoothly despite that.