Files
SOP/sop-sdk/sdk-rust/sdk/src/lib.rs
tanghc 6ab696dfaf - 新增ISV用户平台
- 新增门户网站(portal)
- 新增`C++`,`Rust`语言SDK
2020-11-07 10:55:12 +08:00

14 lines
199 B
Rust

pub mod sign;
pub mod client;
pub mod request;
pub mod response;
pub mod http;
extern crate chrono;
/*#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}*/