Crates.io | warp-range |
lib.rs | warp-range |
version | 2.0.0 |
source | src |
created_at | 2021-06-17 18:31:36.586323 |
updated_at | 2022-02-17 17:07:50.277688 |
description | Warp filter for serving file content with range like mp3 audio or mp4 video |
homepage | |
repository | https://github.com/uriegel/warp-range |
max_upload_size | |
id | 411467 |
size | 37,078 |
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.