Skip to main content

Crate webdav_server

Crate webdav_server 

Source

Re-exports§

pub use error::Error;
pub use error::Result;
pub use logger::SOCKET_ADDR;

Modules§

api
Kosh — a zero-knowledge self-hosted storage server.
app
Application state and its builder.
error
log
logger
Structured, asynchronous telemetry for the Kosh server.
model
Database entity definitions and query functions.
storage

Macros§

error
Emits an error log entry through the global logging service.
fatal
Emits a fatal log entry through the global logging service.
info
Emits an informational log entry through the global logging service.
logDeprecated
A lightweight, zero-dependency macro for printing structured debug output to stdout.
shutdown
Emits a shutdown sentinel entry and signals the logging service to stop.
warn
Emits a warning log entry through the global logging service.
wrap_internal_err
Wires up low-level standard library errors directly into your domain-specific error enums.