Expand description
Derive macros for the value-traits crate.
Derive Macrosยง
- Iterators
- A derive macro fully implementing
IterateByValueandIterateByValueFromfor subslices on top of a the<YOUR TYPE>SubsliceImplstructure generated by the derive macroSubslices. - Iterators
Mut - A derive macro that implements
IterateByValueandIterateByValueFromfor mutable subslices on top of the<YOUR TYPE>SubsliceImplMutstructure generated by the derive macroSubslicesMut. - Subslices
- A derive macro fully implementing subslices on top of a
SliceByValue. - Subslices
Mut - A derive macro fully implementing mutable subslices on top of a
SliceByValueMutfor which the derive macroSubsliceshas been already applied.