Crate value_traits_derive

Crate value_traits_derive 

Source
Expand description

Derive macros for the value-traits crate.

Derive Macrosยง

Iterators
A derive macro fully implementing IterateByValue and IterateByValueFrom for subslices on top of a the <YOUR TYPE>SubsliceImpl structure generated by the derive macro Subslices.
IteratorsMut
A derive macro that implements IterateByValue and IterateByValueFrom for mutable subslices on top of the <YOUR TYPE>SubsliceImplMut structure generated by the derive macro SubslicesMut.
Subslices
A derive macro fully implementing subslices on top of a SliceByValue.
SubslicesMut
A derive macro fully implementing mutable subslices on top of a SliceByValueMut for which the derive macro Subslices has been already applied.