Cargo Features

[dependencies]
abistr = { version = "0.2.0-rc3", default-features = false, features = ["std", "bytemuck", "widestring"] }
default = std

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

std default

Features from optional dependencies

bytemuck implicit feature

Enables bytemuck

bytemuck:

A crate for mucking around with piles of bytes

widestring implicit feature