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.