docs.rs failed to build win-toast-notify-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
win-toast-notify-0.1.6
win-toast-notiy
This is a library for sending Windows Toast notifications, mainly referencing the following two projects:
Tested in Windows 11
Usage
#Cargo.toml
[dependencies]
win-toast-notify = "0.1.0"
Examples
use *;

问题
1.After you set an APP ID that does not exist in the system, please set set_notif_open("") to ensure that notifications can be delivered, and the notification without app icon
2.Currently unable to play other audio sources for unknown reasons