#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

#353 in HTTP server

Download history 42/week @ 2024-01-16 46/week @ 2024-01-23 7/week @ 2024-01-30 14/week @ 2024-02-06 162/week @ 2024-02-13 16/week @ 2024-02-20 285/week @ 2024-02-27 346/week @ 2024-03-05 91/week @ 2024-03-12 22/week @ 2024-03-19 262/week @ 2024-03-26 224/week @ 2024-04-02 25/week @ 2024-04-09 889/week @ 2024-04-16 371/week @ 2024-04-23 9/week @ 2024-04-30

1,319 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–32MB
~568K SLoC