Crate screenruster_saver

Source

Re-exports§

pub use pointer::Pointer;
pub use gl;
pub use picto;
pub use json;

Modules§

pointer

Macros§

debug
Logs a message at the debug level.
error
Logs a message at the error level.
info
Logs a message at the info level.
log
The standard logging macro.
log_enabled
Determines if a message logged at the specified level in that module will be logged.
trace
Logs a message at the trace level.
warn
Logs a message at the warn level.

Structs§

Channel
Communication between locker and saver.
Display
Renderer

Enums§

Error
Password
Represents the state of the password.
Request
Response
Safety
The safety level.
State
Represents the state of the saver.

Traits§

Saver

Functions§

init
Initialize the saver.
run
Run the saver.

Type Aliases§

Result