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 |
#379 in HTTP server
336 downloads per month
Used in 2 crates
32KB
239 lines
Warpy
A thin warp wrapper for serving folders over http.
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
~22–35MB
~651K SLoC