millipede-storage-memory
In-memory StorageClient implementation for the Millipede web crawler.
This crate provides Millipede's default storage backend: process-local datasets, key-value stores, and a lease-based request queue with deduplication.
Installation
[]
= "0.1"
Most users should depend on the umbrella millipede crate instead.
Example
use ;
use MemoryRequestQueue;
async
Part of Millipede
See the Millipede guide for request queues, datasets, key-value stores, and backend selection.
License
Licensed under either MIT OR Apache-2.0 at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate is dual-licensed as above, without any additional terms or conditions.