An open API service indexing awesome lists of open source software.

https://github.com/dotrocks/dls_simulation_tool


https://github.com/dotrocks/dls_simulation_tool

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# dls_simulation_tool

## Usage

- Install [Rust](https://rust-lang.org/learn/get-started/)
- Clone this repository
- Clone submodules:

```bash
git submodule update --init --recursive
```

- Build the project:

```bash
cargo build --release
```

- Run the simulation tool:

```bash
cargo run --release
```