File: README.md

package info (click to toggle)
rust-async-http-range-reader 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 212 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 852 bytes parent folder | download
1
2
3
4
5
6
7
8
# Async HTTP Range Reader

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

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