Skip to main contentCrate miden_objects
Source pub use prost;
- conversion
- decoded
- Schema-shaped records with manually implemented domain construction.
- error
- Shared conversion errors, re-exported for existing callers.
- proto
- Generated canonical Protobuf messages.
- ConversionError
- Error produced while converting a Protobuf message into a domain object.
- EXTERN_PATHS
- Protobuf paths and their canonical generated Rust paths.
- FILE_DESCRIPTOR_SET
- Self-contained descriptor set for the canonical object schemas.
- BuildUnchecked
- Constructs a domain object from decoded fields while skipping selected verification checks.
- ConversionResultExt
- DecodeMessage
- Decodes a wire message or oneof without constructing its verified domain counterpart.
- Verify
- Checks domain invariants and constructs the verified type using ordinary Rust.
- VerifyWith
- Checks domain invariants using caller-supplied context and constructs the verified type.
- Decoded
- The decoded representation of a wire message or oneof
P, not its verified domain
counterpart.