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 iteratorGAT equivalents of
std
operatorsAttribute Macros
Rewrites
std
operators to use their GAT equivalents. Can be applied to any item or statement.