micro_traffic_sim_core 0.1.9

Core library for microscopic traffic simulation via cellular automata.
Documentation
1
2
3
4
5
6
7
8
9
10
* Debug:
    ```bash
    RUST_LOG=debug cargo run --example isolated
    ```

* Plot (using [gnuplot]http://www.gnuplot.info/)
    ```bash
    cargo run --example isolated > examples/isolated/output.txt
    gnuplot examples/isolated/plot_anim.gnuplot
    ```