nim-codex/codex/streams.nim
2022-05-19 13:56:03 -06:00

5 lines
97 B
Nim

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