openlark 0.16.0

飞书开放平台 Rust SDK - 企业级高覆盖率 API 客户端,极简依赖一条命令
Documentation
1
2
3
4
5
6
//! openlark WebSocket 运行时覆盖测试入口。

#![cfg(feature = "websocket")]

#[path = "unit/websocket/websocket_integration_tests.rs"]
mod websocket_integration_tests;