open-lark 0.14.0

Enterprise-grade Lark/Feishu Open API SDK with comprehensive Chinese documentation and advanced error handling
Documentation
//! 权限成员管理相关接口
//!
//! 提供协作者权限的增删改查功能

pub mod auth;
pub mod batch_create;
pub mod create;
pub mod delete;
pub mod list;
pub mod transfer_owner;
pub mod update;

pub use auth::*;
pub use batch_create::*;
pub use create::*;
pub use delete::*;
pub use list::*;
pub use transfer_owner::*;
pub use update::*;