https://github.com/dotrocks/dls_simulation_tool
https://github.com/dotrocks/dls_simulation_tool
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotrocks/dls_simulation_tool
- Owner: dotrocks
- License: gpl-3.0
- Created: 2025-12-14T11:35:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-04T11:36:07.000Z (6 months ago)
- Last Synced: 2026-05-04T19:43:19.672Z (about 2 months ago)
- Language: Rust
- Size: 153 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```