dingtalk-stream 0.1.6

DingTalk Stream SDK for Rust — WebSocket-based bot messaging, interactive cards, Graph API and event subscription
Documentation
# Build artifacts
/target/

# Cargo lock for library crates
# Cargo.lock

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

# Secrets & credentials
secrets.txt
examples/secret.toml

# Development-only directories
/dev_docs/
/tmps/
/venv/

# Test artifacts
*.log