FEAT: Add array sizes 33 to 128 and 129 to 255 under feature flags
This way we cover all users up to 256 at least. The reason these are not enabled by default is that they slow down the compilation of the crate by a factor of 2-3x.
This commit is contained in:
@@ -40,6 +40,9 @@ std = []
|
||||
use_union = []
|
||||
serde-1 = ["serde"]
|
||||
|
||||
array-sizes-33-128 = []
|
||||
array-sizes-129-255 = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["serde-1"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user