cbilling 0.1.0

Multi-cloud billing SDK for Rust — query billing data from AWS, GCP, Aliyun, Tencent Cloud, Volcengine, UCloud, Cloudflare
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb
# Note: Cargo.lock is committed (required for binary crates)

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Database
*.db
*.db-shm
*.db-wal

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

# Logs
*.log

# Build artifacts
/dist/
/build/