#resume #download #cli

warpy

🌀 A thin warp wrapper for serving folders over http

85 releases

0.3.68 Nov 8, 2024
0.3.66 Sep 25, 2024
0.3.62 Jul 28, 2024
0.3.52 Mar 30, 2024
0.1.2 Mar 26, 2022

#393 in HTTP server

Download history 200/week @ 2024-08-16 21/week @ 2024-08-23 272/week @ 2024-08-30 44/week @ 2024-09-06 78/week @ 2024-09-13 249/week @ 2024-09-20 135/week @ 2024-09-27 57/week @ 2024-10-04 29/week @ 2024-10-11 160/week @ 2024-10-18 35/week @ 2024-10-25 15/week @ 2024-11-01 124/week @ 2024-11-08 13/week @ 2024-11-15 5/week @ 2024-11-22 14/week @ 2024-11-29

160 downloads per month
Used in 2 crates

MIT license

32KB
239 lines

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

Dependencies

~24–36MB
~674K SLoC