Skip to content

Commit

Permalink
Add some exports to typedds.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekas committed May 15, 2024
1 parent 0ee88a2 commit 3d921ae
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 @@ -7,6 +7,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 @@ -53,6 +55,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 3d921ae

Please sign in to comment.