Crates.io | warpy |
lib.rs | warpy |
version | 0.3.68 |
source | src |
created_at | 2022-03-26 07:00:36.872052 |
updated_at | 2024-11-08 18:51:30.713186 |
description | 🌀 A thin warp wrapper for serving folders over http. |
homepage | |
repository | https://github.com/mihaigalos/warpy |
max_upload_size | |
id | 556574 |
size | 75,872 |
A thin warp wrapper for serving folders over http.
Single contained lib with minimalistic CSS style to add http serving of a folder to any application.
The package is a library, add it to your Cargo.toml
dependencies as you would any other package.
To run a simple example serving from the folder it is invoked, try:
cargo run --example simple