#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

#400 in HTTP server

Download history 178/week @ 2024-09-19 189/week @ 2024-09-26 61/week @ 2024-10-03 44/week @ 2024-10-10 148/week @ 2024-10-17 47/week @ 2024-10-24 13/week @ 2024-10-31 126/week @ 2024-11-07 13/week @ 2024-11-14 6/week @ 2024-11-21 15/week @ 2024-11-28 59/week @ 2024-12-05 76/week @ 2024-12-12

77 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

~23–35MB
~656K SLoC