rialo-aggregator-interface 0.2.0-alpha.2

Instructions and constructors for aggregators program
Documentation
1
2
3
4
5
6
7
8
// Copyright (c) Subzero Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

//! The interface for Aggregator programs.

#![doc = include_str!("../README.md")]

pub mod instruction;