mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
- 新增ISV用户平台
- 新增门户网站(portal) - 新增`C++`,`Rust`语言SDK
This commit is contained in:
14
sop-sdk/sdk-rust/sdk/src/lib.rs
Normal file
14
sop-sdk/sdk-rust/sdk/src/lib.rs
Normal file
@@ -0,0 +1,14 @@
|
||||
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);
|
||||
}
|
||||
}*/
|
Reference in New Issue
Block a user