Crate iota_grpc_types

Crate iota_grpc_types 

Source
Expand description

gRPC-specific versioned types for forward compatibility.

These types provide versioning for gRPC streaming while positioning for future core type evolution. When core types themselves need versioning, these wrappers will evolve naturally.

Modules§

field
google
headers
proto
read_masks
Read mask constants for the gRPC API.
v1

Macros§

field_mask
Joins field names with commas to build a read mask string constant.
field_masks_merge
Merges multiple read mask expressions into a single comma-separated String, normalizing overlapping paths.

Functions§

field_mask_normalize
Normalizes a comma-separated field mask by removing paths that are subsumed by broader (ancestor) paths.