pub fn serve_current_dir() -> Result<Infallible, Error>Expand description
Serve files from the current directory at port Server::DEFAULT_PORT
- If a custom port needs to be provided, use
serve_current_dir_at - If a custom root needs to be provided, use
serve