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:
bluss
2018-11-25 09:16:48 +01:00
parent 813e9dde42
commit f1d73f4feb
2 changed files with 38 additions and 6 deletions
+3
View File
@@ -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"]