appcore-types 1.0.0

Implementation-independent foundational types for AppCore Runtime contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# appcore-types

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

Validated IDs, Runtime/Core identity, compatibility, trace context and
foundational errors.

Use these types at contract boundaries instead of unchecked strings. The crate
depends only on `appcore-contracts` and contains no I/O or provider behavior.

```bash
cargo test -p appcore-types
```