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 whenever tick-encoding is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables thiserror

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