Crate gat_std

source ·
Expand description

GAT implementations of std traits

Traits are in the same respective paths as their std variants. The gatify macro changes operators to desugar to the traits in this crate instead of their std equivalents.

Modules

GAT equivalent of std iterator traits, often referred to as a lending iterator
GAT equivalents of std operators

Attribute Macros

Rewrites std operators to use their GAT equivalents. Can be applied to any item or statement.