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§

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

Attribute Macros§

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