Cargo Features
[dependencies]
tket2 = { version = "0.7.3", default-features = false, features = ["portmatching", "rewrite-tracing", "binary-eccs"] }
- portmatching
-
Enables search and replace optimisation passes using the
portmatching
crate.Enables portmatching and rmp-serde
Affects
tket2::portmatching
,rewrite::ecc_rewriter
… - rewrite-tracing
-
Stores a trace of the applied rewrites
- binary-eccs default
-
Support compressed binary encoded ECC files
Enables zstd
- default = binary-eccs
-
The
binary-eccs
feature is set by default whenevertket2
is added without
somewhere in the dependency tree.default-features = false