Crates.io | switchboard-common |
lib.rs | switchboard-common |
version | 0.11.3 |
source | src |
created_at | 2023-05-30 15:18:16.869666 |
updated_at | 2024-01-23 00:56:36.912439 |
description | Common Switchboard types and utilities |
homepage | https://switchboard.xyz |
repository | https://github.com/switchboard-xyz/sbv2-core/tree/main/rust/switchboard-common |
max_upload_size | |
id | 878003 |
size | 106,155 |
Common Switchboard types and utilities
Run the following Cargo command in your project directory:
cargo add switchboard-common
Or add the following line to your Cargo.toml:
[dependencies]
switchboard-common = "0.8.8"
The following features can be enabled with this crate:
Feature | Description |
---|---|
client |
Enable functionality for using Switchboard off-chain in a client such as enabling the Gramine runtime and other SGX related feature sets. |
solana |
Enable features specific to Solana including the SolanaFunctionEnvironment struct |