Expand description
§Codama Projection Module
JSON formatting for the three-tier schema export:
ProgramManifest ⊃ ProgramIdl ⊃ CodamaProjection
(rich) (public) (interop)All formatters use core::fmt::Write so they work in #![no_std].
Structs§
- Codama
Json - Wrapper for JSON formatting of
CodamaProjection. - Codama
Json From Manifest - Projects a
ProgramManifestto Codama-level JSON (interop subset). - IdlJson
- Wrapper for JSON formatting of
ProgramIdl. - IdlJson
From Manifest - Projects a
ProgramManifestto IDL-level JSON (public schema subset). - Manifest
Json - Wrapper for JSON formatting of
ProgramManifest.