made-core 0.7.3

Domain core of MADE: entities, value objects, events, ports. No IO.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# made-core

Domain model and ports for [MADE](https://github.com/underpass-ai/made).

Owns ceremony state, typed values, invariants, sealed events and the ports used by application code. It contains no transport, database or provider implementation. Consuming-product terminology belongs in the consumer's adapter, not in this domain.

[Documentation](https://github.com/underpass-ai/made/blob/main/docs/index.md) ·
[Architecture](https://github.com/underpass-ai/made/blob/main/docs/architecture/README.md) ·
[Migration notes](https://github.com/underpass-ai/made/blob/main/docs/migrations/README.md)

Apache-2.0. This crate follows the MADE workspace release. Refer to the
documentation at the matching tag when using a published version.