computer: stateful snapshot

This commit is contained in:
nym21
2025-12-18 15:32:47 +01:00
parent a86085c2db
commit c5e912593a
51 changed files with 532 additions and 575 deletions

View File

@@ -22,18 +22,12 @@ mod market;
mod pools;
mod price;
mod stateful;
// mod stateful_old;
mod states;
mod traits;
mod utils;
use indexes::Indexes;
use utils::OptionExt;
// pub use pools::*;
pub use states::PriceToAmount;
use states::*;
#[derive(Clone, Traversable)]
pub struct Computer {
pub blks: blks::Vecs,