Skip to main content

Crate crabdance_core

Crate crabdance_core 

Source
Expand description

Core types and utilities for the Cadence client.

This crate provides the foundational types, error handling, and serialization framework used throughout the Cadence client.

Re-exports§

pub use encoded::*;
pub use error::*;
pub use resources::*;
pub use types::*;

Modules§

encoded
Serialization framework for Cadence.
error
Error types for the Cadence client.
resources
Resource injection helpers for workflows and activities.
types
Core types for Cadence client.