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
mod client;
mod frame_handler;
mod state_machine;
#[cfg(test)]
mod tests;

pub use client::*;
pub use frame_handler::{FrameHandler, FrameType};
pub use state_machine::{ConnectionState, WebSocketStateMachine};