Adding transitions support

This commit is contained in:
elvis
2025-05-21 00:03:36 +02:00
parent 32c2fc2701
commit 4507b0194f
6 changed files with 187 additions and 44 deletions

View File

@ -4,6 +4,7 @@
//! Reaction System (RS) Framework.
//! The data is held in RSset or RSreaction, in the latter the reagents,
//! inhibitors and products are held.
#![allow(dead_code)]
use super::structure::{RSset, RSreaction};