Replaces the re-export of typenum::consts by making the sizes module public.
This ensures that the sizes module only contains supported sizes with ArraySize impls which should help prevent confusion about which array sizes are supported.
It also makes the type aliases for extra-sizes available so they don't have to be computed.
Replaces the re-export of
typenum::consts
by making thesizes
module public.This ensures that the
sizes
module only contains supported sizes withArraySize
impls which should help prevent confusion about which array sizes are supported.It also makes the type aliases for
extra-sizes
available so they don't have to be computed.Closes #64.