pub fn serialize_simulation_checkpoint(
snap: &SimulationSnapshot,
label: impl Into<String>,
step_count: u64,
timestamp: f64,
) -> StringExpand description
Serialize a complete simulation checkpoint from a snapshot.
Convenience wrapper around SimulationCheckpoint::from_snapshot.