Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihaigalos/warpy
🌀 A thin warp wrapper for serving folders over http.
https://github.com/mihaigalos/warpy
Last synced: 3 days ago
JSON representation
🌀 A thin warp wrapper for serving folders over http.
- Host: GitHub
- URL: https://github.com/mihaigalos/warpy
- Owner: mihaigalos
- License: mit
- Created: 2022-03-26T06:59:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T18:51:56.000Z (6 days ago)
- Last Synced: 2024-11-08T19:37:34.835Z (6 days ago)
- Language: Rust
- Homepage:
- Size: 176 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warpy
[![CI](https://github.com/mihaigalos/warpy/actions/workflows/ci.yaml/badge.svg)](https://github.com/mihaigalos/warpy/actions/workflows/ci.yaml) [![CD-auto](https://github.com/mihaigalos/warpy/actions/workflows/cd-auto.yaml/badge.svg)](https://github.com/mihaigalos/warpy/actions/workflows/cd-auto.yaml) [![crates.io](https://img.shields.io/crates/d/warpy.svg)](https://crates.io/crates/warpy) [![LoC](https://tokei.rs/b1/github/mihaigalos/warpy)](https://github.com/mihaigalos/warpy)A thin [warp](https://github.com/seanmonstar/warp) wrapper for serving folders over http.
![example](screenshots/warpy.png)
![example](screenshots/qr.png)
## 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:
```bash
cargo run --example simple
```