hi

Crates.iohi
lib.rshi
version0.1.13
sourcesrc
created_at2024-01-03 15:08:23.971411
updated_at2024-01-11 05:47:35.517716
descriptionhi with mail & wxpusher
homepagehttps://github.com/3TiSite/rust/tree/main/hi
repositoryhttps://github.com/3TiSite/rust.git
max_upload_size
id1087462
size4,647
(3tieto)

documentation

README

hi: hi with mail & wxpusher

send message via

use aok::OK;

#[tokio::test]
async fn test() -> aok::Result<()> {
  hi::send("测试标题", "测试内容", "https://baidu.com").await;
  OK
}
Commit count: 1

cargo fmt