Cargo Features

tc-state has no features set by default.

[dependencies]
tc-state = { version = "0.5.0", features = ["collection", "btree", "table", "tensor", "chain", "opencl"] }
collection btree? chain? table? tensor? = tc-collection

Affects tc-state::collection

btree = collection

Enables btree of tc-chain and tc-collection

Affects tc-state::collection.BTree, tc-state::collection.BTreeFile

table = collection

Enables table of tc-chain, btree and table of tc-collection

Affects tc-state::collection.Table, tc-state::collection.TableFile

tensor = collection

Enables tensor of tc-chain and tc-collection

Affects block::DenseBuffer, tc-state::collection.Tensor

chain = collection, tc-chain

Affects tc-state::chain

opencl

Enables opencl of tc-chain and tc-collection

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tc-chain btree? chain? opencl? table? tensor?
tc-collection btree? collection? opencl? table? tensor?