typhoon-errors 0.2.0

Error handling types and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "typhoon-errors"
description = "Error handling types and utilities"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
rust-version.workspace = true

[features]
logging = ["dep:solana-program-log"]

[dependencies]
solana-address = { workspace = true, features = ["error"] }
solana-program-error.workspace = true
solana-program-log = { workspace = true, optional = true }