Crate slist_derive

Crate slist_derive 

Source
Expand description

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.