cdp-sdk 0.2.0

SDK for interacting with the Coinbase Developer Platform Wallet API
Documentation
1
2
3
4
5
6
7
8
9
10
# Clippy configuration for CDP Rust SDK

# Allow certain patterns common in generated code
too-many-arguments-threshold = 15
enum-variant-name-threshold = 300
enum-variant-size-threshold = 300

# Configuration for generated code patterns
avoid-breaking-exported-api = false
allow-unwrap-in-tests = true