Closed tjade273 closed 8 months ago
The sizes module isn't public, so calling crates can't access, e.g. U1040 defined in sizes::extra_sizes. Users could re-define the types using something like the uint! macro, but it's probably cleaner to just export the type aliases.
sizes
U1040
sizes::extra_sizes
uint!
We could potentially export all the supported sizes, yes, in place of hybrid_array::consts
hybrid_array::consts
The
sizes
module isn't public, so calling crates can't access, e.g.U1040
defined insizes::extra_sizes
. Users could re-define the types using something like theuint!
macro, but it's probably cleaner to just export the type aliases.