nim-codex/codex/streams.nim
2023-11-01 11:18:33 +01:00

6 lines
153 B
Nim

import ./streams/seekablestream
import ./streams/storestream
import ./streams/asyncstreamwrapper
export seekablestream, storestream, asyncstreamwrapper