rialo_s_compute_budget/lib.rs
1// Copyright (c) Subzero Labs, Inc.
2// SPDX-License-Identifier: Apache-2.0
3// This file is either (a) original to Subzero Labs, Inc. or (b) derived from the Anza codebase and modified by Subzero Labs, Inc.
4
5//! Solana compute budget types and default configurations.
6#![cfg_attr(feature = "frozen-abi", feature(min_specialization))]
7
8pub mod compute_budget;
9pub mod compute_budget_limits;