made-api 0.7.3

Published contract of the embedded MADE: versioned views, capabilities and errors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# made-api

Consumer Rust contract for [MADE](https://github.com/underpass-ai/made).

Exposes `CeremonyEngineApi`, plain views, capabilities and errors without domain or storage types. This is a deliberately smaller consumer boundary than the full embedded facade. Inspect `ApiCapabilities`; `CONTRACT_VERSION` tracks meaning independently of the Cargo release number.

[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.