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
The text was updated successfully, but these errors were encountered:
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.Default
forSimulationCfg
(just nice to have)sim-cli
crate 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)The text was updated successfully, but these errors were encountered: