Cargo Features

[dependencies]
shogi_usi_parser = { version = "0.1.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc

Enables std of shogi_core

alloc std

Enables alloc of shogi_core

Affects position::Position_parse_usi_slice