Skip to main content

serve

Function serve 

Source
pub fn serve(directory: impl AsRef<Path>, port: u16) -> Result<()>
Expand description

Serve an existing analysis on loopback. Port 0 chooses an available port. The printed URL is the entry point; terminate the process to stop serving.