Cargo Features
[dependencies]
tick-encoding = { version = "0.1.2", default-features = false, features = ["std", "alloc", "safe"] }
- default = std
-
The
std
feature is set by default whenevertick-encoding
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables thiserror ^1.0.56
- alloc std
-
Affects
tick-encoding::encode
,tick-encoding::decode
,tick-encoding::encode_to_string
,tick-encoding::encode_to_vec
,tick-encoding::decode_to_vec
… - safe