appcore-core 1.0.0

Core runtime contracts and primitives for AppCore-Runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# appcore-core

[English guide](wiki/guide.en.md) |
[Guia em português](wiki/guide.pt.md) |
[Guide français](wiki/guide.fr.md)

Generic in-process Runtime lifecycle, command/event dispatch, state, decisions,
audit and idempotency.

`RuntimeBuilder` and `AppPlugin` remain low-level compatibility contracts. New
applications use `appcore_bin::application::Application` and
`run_application`.

This crate contains no product domain, HTTP server or provider-specific code.

```bash
cargo test -p appcore-core
```