simcore 0.1.0

A generic discrete-event simulation framework
Documentation
1
2
3
4
5
6
7
use simcore::async_mode_enabled;

mod simulation;

async_mode_enabled! {
    mod async_tests;
}