Add len_u16 and len_u8 features.

This commit is contained in:
wub
2023-09-29 09:09:07 +08:00
committed by Rhys Lloyd
parent 1bc606d8c8
commit 77041876ee
5 changed files with 27 additions and 14 deletions
+2
View File
@@ -48,6 +48,8 @@ harness = false
[features]
default = ["std"]
std = []
len_u16 = []
len_u8 = []
[profile.bench]
debug = true