rialo-types 0.12.2

Rialo Types
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Subzero Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

//! Re-exports of shared RPC types.
//!
//! This module re-exports types from rialo-shared-types for backward compatibility.
//! The actual type definitions have been moved to rialo-shared-types to reduce
//! dependencies and improve compile times.

pub use rialo_shared_types::*;