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

https://github.com/primitivefinance/aika

Discrete event simulator built in Rust 🦀
https://github.com/primitivefinance/aika

Last synced: 11 months ago
JSON representation

Discrete event simulator built in Rust 🦀

Awesome Lists containing this project

README

          

# aika
[![Build](https://github.com/primitivefinance/aika/actions/workflows/build.yaml/badge.svg)](https://github.com/primitivefinance/aika/actions/workflows/build.yaml)
[![Rust](https://github.com/primitivefinance/aika/actions/workflows/rust.yaml/badge.svg)](https://github.com/primitivefinance/aika/actions/workflows/rust.yaml)

Discrete event simulator built in Rust 🦀 . Designed to have a similar syntax to SimPy with a particular focus on configurability for complex simulation environments.

This simulator utilizes `generators`, currently an expiremental feature of Rust nightly version 1.71.0.