open-lark 0.14.0

Enterprise-grade Lark/Feishu Open API SDK with comprehensive Chinese documentation and advanced error handling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// Trait系统模块 - ExecutableBuilder trait和相关宏
///
/// 这个模块提供了统一的Builder执行接口,消除代码重复
pub mod executable_builder;
pub mod macros;
pub mod service;

pub use executable_builder::ExecutableBuilder;
pub use service::{
    AsyncServiceOperation, CacheableService, ConfigurableService, Service, ServiceBuilder,
    ServiceHealthCheck, ServiceHealthStatus, ServiceObservability, ServiceStatusSummary,
};