openlark 0.16.0

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

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

#[path = "unit/contact/batch_operations_tests.rs"]
mod batch_operations_tests;
#[path = "unit/contact/department_tests.rs"]
mod department_tests;