cosmolkit-core 0.2.0

Redesigned COSMolKit core with value-style molecule state and explicit topology operation contracts
Documentation
1
2
3
4
5
6
7
8
9
10
//! QUARANTINED: reactions — not compiled from lib.rs until properly re-ported.
//! See dev/tracked_code_policy_audit.md and dev/ordinary_agent_correction_guide.md.
//!
//! This module was previously tracked but contained heuristic placeholder
//! bodies that violated project policy. It is quarantined until exact
//! source reproduction under dev/source_reproduction_protocol.md is complete.
#![allow(dead_code)]
pub(crate) fn quarantined_reactions() -> ! {
    panic!("reactions is quarantined: heuristic code without source reproduction is forbidden");
}