9 lines
299 B
Markdown
9 lines
299 B
Markdown
# DLA Generic Model
|
|
|
|
A generic pluggable model for diffusion limited aggregation. Produces two executables,
|
|
|
|
- `./target/release/model`, built from `./src/main.rs`
|
|
- `./target/release/tools`, built from `./src/tools_cli.rs`
|
|
|
|
Build with `cargo build --release`. Requires a working rust installation.
|