warpy

Crates.iowarpy
lib.rswarpy
version0.3.68
sourcesrc
created_at2022-03-26 07:00:36.872052
updated_at2024-11-08 18:51:30.713186
description🌀 A thin warp wrapper for serving folders over http.
homepage
repositoryhttps://github.com/mihaigalos/warpy
max_upload_size
id556574
size75,872
Mihai Galos (mihaigalos)

documentation

README

Warpy

CI CD-auto crates.io LoC

A thin warp wrapper for serving folders over http.

example

example

Why?

Single contained lib with minimalistic CSS style to add http serving of a folder to any application.

Usage

The package is a library, add it to your Cargo.toml dependencies as you would any other package.

Example

To run a simple example serving from the folder it is invoked, try:

cargo run --example simple
Commit count: 273

cargo fmt