mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-02-08 04:43:52 +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
|