openlark 0.15.0

飞书开放平台 Rust SDK - 企业级高覆盖率 API 客户端,极简依赖一条命令
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! 单元测试模块
//!
//! 为 open-lark 项目的核心模块提供全面的单元测试覆盖

#[path = "unit/im"]
pub mod im;
#[path = "unit/authentication"]
pub mod authentication;
#[path = "unit/auth"]
pub mod auth;
#[path = "unit/ai"]
pub mod ai;
#[path = "unit/client"]
pub mod client;
// pub mod contact;
// pub mod group;
// pub mod search;