Skip to main contentCrate webdav_server
Source pub use error::Error;pub use error::Result;pub use logger::SOCKET_ADDR;
- 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
- 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.