Cargo Features

igs has no features set by default.

[dependencies]
igs = { version = "0.1.4", features = ["BP128", "CMPH", "lru", "nauty-Traces-sys"] }
BP128 = superslice

Affects compressed_slice::BP128Buider

CMPH

Affects compressed_slice::CMPHBuider

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.

superslice BP128?

Enables superslice

only for BP128

lru implicit feature

Enables lru

if enabled, lru::LRUCache can be used as TT

nauty-Traces-sys implicit feature

Enables nauty-traces-sys ^0.2

required by Cram TT that uses graph labeling (by nauty)