Skip to main content

Crate miden_objects

Crate miden_objects 

Source

Re-exports§

pub use prost;

Modules§

conversion
decoded
Schema-shaped records with manually implemented domain construction.
error
Shared conversion errors, re-exported for existing callers.
proto
Generated canonical Protobuf messages.

Structs§

ConversionError
Error produced while converting a Protobuf message into a domain object.

Constants§

EXTERN_PATHS
Protobuf paths and their canonical generated Rust paths.
FILE_DESCRIPTOR_SET
Self-contained descriptor set for the canonical object schemas.

Traits§

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.
DecodeMessageExt
Combines field decoding with an explicitly selected domain construction capability.
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.

Type Aliases§

Decoded
The decoded representation of a wire message or oneof P, not its verified domain counterpart.