notify_api

Crates.ionotify_api
lib.rsnotify_api
version0.1.3
created_at2025-02-20 05:01:46.949701+00
updated_at2025-02-20 09:22:35.937232+00
descriptionnotify_api
homepagehttps://github.com/i18n-site/rust/tree/dev/notify_api
repositoryhttps://github.com/i18n-site/rust.git
max_upload_size
id1562253
size64,653
i18n.site (i18nsite)

documentation

README

notify_api

use aok::{OK, Void};

#[static_init::constructor(0)]
extern "C" fn _loginit() {
  loginit::init();
}

#[tokio::test]
async fn test_async() -> Void {
  notify_api::send(
    "rust/notify_api 标题",
    "正文",
    "https://crates.io/crates/notify_api",
  )
  .await?;
  OK
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

Commit count: 68

cargo fmt