rtxmail 0.1.6

腾讯企业邮箱rust版本sdk
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod errs;

pub mod client;
pub use client::Client;

pub(crate) mod utils;

/// 参数数据转换层
pub mod dto;

/// 数据模型层
pub mod models;