astral_async_http_range_reader 0.10.0

A library for streaming reading of files over HTTP using range requests
Documentation
1
2
3
4
5
6
7
8
# Async HTTP Range Reader

[![Crates.io](https://img.shields.io/crates/v/astral_async_http_range_reader?style=flat-square)](https://crates.io/crates/astral_async_http_range_reader)
[![docs.rs](https://img.shields.io/docsrs/astral_async_http_range_reader?style=flat-square)](https://docs.rs/astral_async_http_range_reader/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/astral-sh/async_http_range_reader/rust-compile.yml?branch=main&style=flat-square)](https://github.com/astral-sh/async_http_range_reader/actions?query=branch%3Amain)
[![GitHub](https://img.shields.io/github/license/astral-sh/astral_async_http_range_reader?style=flat-square)](https://github.com/astral-sh/async_http_range_reader/blob/main/LICENSE)

A crate that provides the `AsyncHttpRangeReader` struct, which allows streaming files over HTTP using range requests.