mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 05:23:09 +00:00
* Adding AsyncStreamWrapper type * use asyncstreamwrapper to avoid copies * make size an operator * export asyncstreamwrapper
6 lines
153 B
Nim
6 lines
153 B
Nim
import ./streams/seekablestream
|
|
import ./streams/storestream
|
|
import ./streams/asyncstreamwrapper
|
|
|
|
export seekablestream, storestream, asyncstreamwrapper
|