Skip to main content

Crate switchy_web_server_core

Crate switchy_web_server_core 

Source
Expand description

Core abstractions for web server implementations.

This crate provides the WebServer trait, which defines a common interface for web server lifecycle management across different implementations.

Traitsยง

WebServer
A trait for managing the lifecycle of a web server.