Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uriegel/warp-range
https://github.com/uriegel/warp-range
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uriegel/warp-range
- Owner: uriegel
- License: mit
- Created: 2021-06-15T09:40:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T18:08:54.000Z (over 2 years ago)
- Last Synced: 2024-10-12T00:54:04.214Z (about 1 month ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.