Skip to content

Commit

Permalink
Add some exports to typedds.nim (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekas authored May 22, 2024
1 parent 962c08c commit d95074a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datastore/typedds.nim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import pkg/chronos
import pkg/chronos/futures

import ./datastore
import ./types
import ./key

## Wrapper for Datastore with basic functionality of automatically converting
## stored values from some user defined type `T` to `seq[byte]` and vice-versa.
Expand Down Expand Up @@ -55,6 +57,8 @@ type
next*: GetNext[T]
dispose*: IterDispose

export types, key, IterDispose, Key, Query, SortOrder, QueryEndedError

# Helpers
template requireDecoder*(T: typedesc): untyped =
when not (compiles do:
Expand Down

0 comments on commit d95074a

Please sign in to comment.