🏡 index : ~doyle/stork.git

# stork.rs

 [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg?style=flat-square&logo=appveyor)](http://www.wtfpl.net/about/) ![https://docs.rs/stork/](https://docs.rs/stork/badge.svg) [![Downloads](https://img.shields.io/crates/d/stork.svg?style=flat-square&logo=appveyor)](https://crates.io/crates/stork)

`stork` is a simple futures-based library to recursively crawl
sources in a search engine-like fashion. stork was designed from the
ground to have a simple API that is easy to use and can be reused
across multiple protocols, yielding each result giving end users the
freedom to do BFS, DFS or any type of search they may so wish.

View the docs for examples of how to use `stork`:
- [stork]https://docs.rs/stork/
- [stork_http]https://docs.rs/stork_http/
or look in the [examples/]https://github.com/w4/stork/tree/master/examples directory for some real-world examples!