You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using simln-lib as a library from another project, using this as a catch-all tracking issues for things that come up as I us it. If they're important enough, they can be spun out into their own issues.
Implement Default for SimulationCfg (just nice to have)
Consider publishing a sim-cli crate with parsing helpers that we've currently got in main.rs -> this would be very helpful for folks looking to get going quickly with their own custom simulations (I ended up just copying stuff)
Library should probably allow user better control over logging
Using
simln-libas a library from another project, using this as a catch-all tracking issues for things that come up as I us it. If they're important enough, they can be spun out into their own issues.DefaultforSimulationCfg(just nice to have)sim-clicrate with parsing helpers that we've currently got inmain.rs-> this would be very helpful for folks looking to get going quickly with their own custom simulations (I ended up just copying stuff)