Skip to main content

Crate simular

Crate simular 

Source
Expand description

simular has moved to aprender-simulate.

This crate re-exports aprender-simulate for backward compatibility. New code should depend on aprender-simulate directly.

Modules§

cli
CLI module for simular.
config
Configuration system with YAML schema and validation.
demos
EDD Showcase Demos - Interactive demonstrations of the EDD methodology.
discovery
Dynamic Stack Discovery for Sovereign AI Stack components.
domains
Domain-specific simulation engines.
edd
Equation-Driven Development (EDD) module.
engine
Core simulation engine.
error
Error types for simular.
falsification
Popperian falsification framework.
orbit
Simular Orbit Demo module.
prelude
Prelude for convenient imports
renderers
Generic Renderers for DemoEngine Implementations
replay
Replay and time-travel debugging system.
scenarios
Pre-built simulation scenarios.
visualization
Visualization module for simular.

Macros§

gui_coverage
Macro for quick GUI coverage setup.

Enums§

SimError
Unified error type for all simular operations.

Type Aliases§

SimResult
Result type alias for simular operations.