Expand description
Common types used across CHIE Protocol.
This module is organized into several submodules:
core: Core type aliases and constantsenums: Enumeration types (categories, statuses, roles, etc.)validation: Validation types and error handlingcontent: Content metadata and related typesbandwidth: Bandwidth proof protocol typesapi: API-related types (responses, errors, pagination, etc.)stats: Statistics and metrics typescache: Cache statistics and metrics typesprofiling: Performance profiling and operation metrics typesquota: Quota management types (storage, bandwidth, rate limits)batch: Batch operation types for efficient processingids: Strongly-typed ID wrappers for type safetyfixed_arrays: Const-generic fixed-size array types for cryptographic operationsexperiments: A/B testing and feature experiment typesstate_machine: Phantom types for compile-time state machine enforcement
Re-exports§
pub use api::*;pub use bandwidth::*;pub use batch::*;pub use cache::*;pub use content::*;pub use core::*;pub use enums::*;pub use experiments::*;pub use fixed_arrays::*;pub use ids::*;pub use profiling::*;pub use quota::*;pub use state_machine::*;pub use stats::*;pub use validation::*;
Modules§
- api
- API-related types for CHIE Protocol.
- bandwidth
- Bandwidth proof protocol types and validation.
- batch
- Batch operation types for efficient processing in CHIE Protocol.
- cache
- Cache-related types for CHIE Protocol.
- content
- Content metadata types for CHIE Protocol.
- core
- Core type aliases and constants for CHIE Protocol.
- enums
- Enum types for CHIE Protocol.
- experiments
- A/B testing and feature experiment types.
- fixed_
arrays - Fixed-size array types with const generics for type-safe cryptographic operations.
- ids
- Strongly-typed ID wrappers for better type safety
- profiling
- Profiling and performance metrics types for CHIE Protocol.
- quota
- Quota management types for CHIE Protocol.
- state_
machine - State machine types with compile-time state enforcement using phantom types.
- stats
- Statistics and metrics types for CHIE Protocol.
- validation
- Validation types and utilities for CHIE Protocol.