open-lark 0.13.0

Enterprise-grade Lark/Feishu Open API SDK with comprehensive Chinese documentation and advanced error handling
Documentation
1
2
3
4
5
use crate::core::constants::VERSION;

pub fn user_agent() -> String {
    format!("open-lark/{VERSION}")
}