Cargo Features

Calyx has no features set by default.

[dependencies]
calyx = { version = "0.7.1", features = ["serialize"] }
serialize

Enables sexp of calyx-backend, serialize of calyx-ir and rc of serde

serde:

Opt into impls for Rc<T> and Arc<T>. Serializing and deserializing these types does not preserve identity and may result in multiple copies of the same data.
Be sure that this is what you want before enabling this feature.

Calyx has 1 feature without comment.