Graphml support

This commit is contained in:
elvis
2025-07-10 15:47:49 +02:00
parent 869d46c7b2
commit 5bddb01883
3 changed files with 65 additions and 5 deletions

View File

@ -2,7 +2,7 @@ fn main() -> std::io::Result<()> {
// let now = std::time::Instant::now();
// println!("{}", now.elapsed().as_micros());
reactionsystems::examples::deserialize()?;
reactionsystems::examples::graphml()?;
Ok(())
}