warp-range

Crates.iowarp-range
lib.rswarp-range
version2.0.0
sourcesrc
created_at2021-06-17 18:31:36.586323
updated_at2022-02-17 17:07:50.277688
descriptionWarp filter for serving file content with range like mp3 audio or mp4 video
homepage
repositoryhttps://github.com/uriegel/warp-range
max_upload_size
id411467
size37,078
Uwe Riegel (uriegel)

documentation

README

warp-range

A Rust library for creating a warp filter for serving file content with range like mp3 audio or mp4 video. This warp filter can be used in a HTTP server based on warp.

The content is served like streaming. If you view a movie served by this filter, you can seek through it even if the file is not completely downloaded.

Commit count: 25

cargo fmt