| Crates.io | libwisp |
| lib.rs | libwisp |
| version | 0.2.0 |
| created_at | 2025-06-25 00:37:39.843265+00 |
| updated_at | 2025-07-19 18:37:13.681442+00 |
| description | a simple-to-use wisp rust library |
| homepage | |
| repository | https://github.com/LuminosityDevelopment/libwisp-rs |
| max_upload_size | |
| id | 1725160 |
| size | 97,817 |
A Rust library that exposes high-level APIs to get HTTP sites via Wisp. (Wisp credits: MercuryWorkshop)
first real rust project, stuff may be messy, the code wasn't meant to be readable, just be easy-to-use for whatever dev wants to use this library
wss wisp servers still work, you just have to keep it HTTP-only when running a WispHTTPRequest()
cargo add libwisp
For Usage, see docs/ and examples/
For Building:
git clone https://github.com/LuminosityDevelopment/libwisp-rs
cd libwisp-rs
cargo build --release
To run examples:
git clone https://github.com/LuminosityDevelopment/libwisp-rs
cd libwisp-rs
cargo run --example http_request #can be changed
wss://wispserver.dev/wisp/ which is used in examples.