Hi there. I just discovered your library and it's exactly what I wanted for a little project I'm working on. So thank you!
One thought I had is, now that const generics are stable, would you consider adding a constant-length permutation type? (Possibly behind a feature flag?) The project I'm working on uses const generics and arrays heavily, and it would be very cool to have a permutation that is statically-guaranteed to be the right length for an array.