Constant tvix_castore::composition::ACTIVE_REG

source ·
const ACTIVE_REG: LocalKey<Cell<Option<&'static Registry>>>;
Expand description

The active Registry is global state, because there is no convenient and universal way to pass state into the functions usually used for deserialization, e.g. serde_json::from_str, toml::from_str, serde_qs::from_str.