[][src]Crate slist_derive

A procedural macros that allow conversion of a non-negative integer n to the type List of the slist crate of length n.

Macros

slist_typegen

Generate a type of a list of units (()) of the given length. The only valid input is a non-negative integer literal. The type List of the slist crate needs to be imported in order for the resulting type to be parsed correctly.