Crate small_bin

Crate small_bin 

Source
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 tracing span every time the function is called.