#download #resume #cli

warpy

🌀 A thin warp wrapper for serving folders over http

71 releases

0.3.54 Apr 16, 2024
0.3.52 Mar 30, 2024
0.3.38 Dec 21, 2023
0.3.35 Nov 12, 2023
0.1.2 Mar 26, 2022

#334 in HTTP server

Download history 1/week @ 2024-01-03 25/week @ 2024-01-10 32/week @ 2024-01-17 49/week @ 2024-01-24 5/week @ 2024-01-31 14/week @ 2024-02-07 165/week @ 2024-02-14 25/week @ 2024-02-21 276/week @ 2024-02-28 350/week @ 2024-03-06 88/week @ 2024-03-13 17/week @ 2024-03-20 284/week @ 2024-03-27 205/week @ 2024-04-03 107/week @ 2024-04-10 659/week @ 2024-04-17

1,255 downloads per month
Used in 2 crates

MIT license

32KB
197 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

~20–34MB
~571K SLoC