docs.rs failed to build sos-system-messages-0.17.4
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:
sos-system-messages-0.17.3
System messages are persistent user notifications.
They can be used to surface information such as a failed synchronization, software update, due date for backup, automated security report or other information about an account.
System messages use keys so that we don't write lots of failed synchronization messages, instead the last failure would overwrite the previous messages. To avoid this behavior use a unique key such as a UUID.
Use [SystemMessages::subscribe] to listen for changes to the underlying collection. This allows an interface to show the number of unread system messages.