| Crates.io | switchboard-common |
| lib.rs | switchboard-common |
| version | 0.11.6 |
| created_at | 2023-05-30 15:18:16.869666+00 |
| updated_at | 2025-07-18 15:50:48.675421+00 |
| 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 | 67,196 |
![]()
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 |