#cli #download #resume

warpy

🌀 A thin warp wrapper for serving folders over http

34 releases

new 0.3.17 May 31, 2023
0.3.13 Apr 29, 2023
0.3.10 Mar 29, 2023
0.3.2 Dec 30, 2022
0.1.2 Mar 26, 2022

#240 in HTTP server

Download history 94/week @ 2023-02-10 160/week @ 2023-02-17 61/week @ 2023-02-24 77/week @ 2023-03-03 44/week @ 2023-03-10 50/week @ 2023-03-17 76/week @ 2023-03-24 47/week @ 2023-03-31 44/week @ 2023-04-07 17/week @ 2023-04-14 85/week @ 2023-04-21 101/week @ 2023-04-28 112/week @ 2023-05-05 39/week @ 2023-05-12 16/week @ 2023-05-19 179/week @ 2023-05-26

349 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

~18–27MB
~563K SLoC