https://github.com/holo-nim/flue
data streaming options
https://github.com/holo-nim/flue
data nim reader-writer streams
Last synced: 3 months ago
JSON representation
data streaming options
- Host: GitHub
- URL: https://github.com/holo-nim/flue
- Owner: holo-nim
- Created: 2026-03-20T14:39:52.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-04-02T02:34:30.000Z (3 months ago)
- Last Synced: 2026-04-02T15:42:56.939Z (3 months ago)
- Topics: data, nim, reader-writer, streams
- Language: Nim
- Homepage: https://holo-nim.github.io/flue/docs/flue
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# flue
reader/writer types that use a "dynamic buffer" that can load/flush data immediately or when it becomes available
currently only sync but async is easy to implement