Expand description
Small Crate docs
Re-exports§
pub use utils::*;
Modules§
- config
- Configuration part of the app
- database
- Sqlite db API
- instrument
- Attach a span to a
std::future::Future. - notification
- MacOS Notifications
- sftp
- SFTP sync operations
- utils
- Utilities
- watcher
- Screenshot file watcher
- webapi
- The local Web API
Macros§
- debug
- Constructs an event at the debug level.
- error
- Constructs an event at the error level.
- info
- Constructs an event at the info level.
- trace
- Constructs an event at the trace level.
- warn
- Constructs an event at the warn level.
Constants§
- IMG_
NO_ MEDIA - Image displayed when the original image is missing on the host, encoded in base64
Attribute Macros§
- instrument
- Instruments a function to create and enter a
tracingspan every time the function is called.