21 stable releases
| new 3.3.1 | Jun 10, 2026 |
|---|---|
| 3.2.1 | Jun 10, 2026 |
| 3.1.0-rc.3 | Jan 26, 2026 |
| 3.0.2 | May 12, 2025 |
| 1.1.4 | May 10, 2025 |
#600 in Text processing
94KB
2.5K
SLoC
Usage
Install
cargo add drova_plugins
Example
use drova_sdk::RequesterBuilder;
use drova_plugins::requester_plugins;
fn main() {
let requester = RequesterBuilder::default().plugin(requester_plugins).build();
println!("{:#?}", requester.process("gemini://example.com"))
}
Supported protocols
- Http/s
- Gemini
- Gopher
Supported inputs
- application/daletpack
- text/plain, fallbacks to text/*
- text/gemini
- text/markdown
- text/html
Supported outputs
- application/daletpack
- text
- gemtext
- markdown
- text/html
Dependencies
~25–42MB
~649K SLoC