Cargo Features

[dependencies]
ser-write-json = { version = "0.2.0", default-features = false, features = ["std", "alloc"] }
default = std

The std feature is set by default whenever ser-write-json is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ser-write

Affects ser::to_string, ser::to_string_hex_bytes, ser::to_string_base64_bytes, ser::to_string_pass_bytes

alloc

Enables alloc of ser-write

Affects ser::to_string, ser::to_string_hex_bytes, ser::to_string_base64_bytes, ser::to_string_pass_bytes