https://github.com/alexdelorenzo/buffers-rs
⌛ A stream buffer backed by a temporary file.
https://github.com/alexdelorenzo/buffers-rs
buffer rust tempfile temporary-files
Last synced: 3 months ago
JSON representation
⌛ A stream buffer backed by a temporary file.
- Host: GitHub
- URL: https://github.com/alexdelorenzo/buffers-rs
- Owner: alexdelorenzo
- License: agpl-3.0
- Created: 2020-10-12T01:05:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T04:01:43.000Z (over 4 years ago)
- Last Synced: 2025-01-18T22:48:45.711Z (4 months ago)
- Topics: buffer, rust, tempfile, temporary-files
- Language: Rust
- Homepage: https://alexdelorenzo.dev
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# buffer-rs
A stream buffer backed by a temporary file.
[Click here to learn more about `buffers-rs`](https://alexdelorenzo.dev/programming/2019/04/14/buffer).
[Click here for the Python version of this library](https://github.com/alexdelorenzo/buffer).