Crates.io | outcome-sim |
lib.rs | outcome-sim |
version | 0.1.0 |
source | src |
created_at | 2018-08-06 18:19:24.77243 |
updated_at | 2018-08-06 18:19:24.77243 |
description | Outcome simulation architecture implemented in Rust. |
homepage | https://theoutcomeproject.com |
repository | https://github.com/artrist/outcome-rs |
max_upload_size | |
id | 77786 |
size | 53,550 |
outcome-rs is an implementation of outcome architecture. Architecture is a big word, really it’s a rather simple system for handling a set of data structures in a certain way that enables creation of certain types of simulations. These simulations are meant to be abstract representations of the real world, with strong emphasis on the socio-economic and environmental side of things. The true complexity is meant to come from the user created data that can be fed into the simulations.
Check out https://docs.theoutcomeproject.com to learn more.
outcome-rs is meant to exist as a library to be used with other Rust, and possibly also non-Rust, projects.
outcome-rs exposes everything needed to generate, run and interact with outcome simulations. For a higher-level overview of some of the core processing functions check out processing section of the documentation.
Here is a more detailed list: