lightspeed-sdk 0.1.4

Rust SDK for Solana Vibe Station Lightspeed RPC service
Documentation
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Cargo lock for libraries (remove this line if you want reproducible builds)
Cargo.lock

# IDE and editor files
.idea/
*.iml
.vscode/
*.swp
*.swo
*~
.DS_Store

# Test configuration with credentials
tests/config.toml
# Keep the example template
!tests/config.toml.example

# Examples configuration with credentials
examples/config.toml
# Keep the example template
!examples/config.toml.example

# Environment files
.env
.env.local
.env.*.local

# Debug files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Backup files
*.backup
*.bak
*.tmp
*.temp

# Documentation build output (if you generate docs)
/target/doc/
/target/debug/
/target/release/

# Coverage reports (if you add code coverage)
*.profraw
*.profdata
/coverage/
lcov.info

# Benchmark results
/target/criterion/

# Local test wallets or keypairs
*.json
!package.json
!tsconfig.json
test-wallet.json
wallet.json
keypair.json

# API keys and secrets
*.key
*.pem
*.secret
secrets/

# Local notes
TODO.md
NOTES.md
scratch.md