nim-stew/stew/results.nim
Jacek Sieka 2cf408b960
Graduate stew/results -> results (#185)
Since the results package has seen "stable" use for quite a while now,
it's as good time a time as any to release 1.0 and migrate it out of
stew, thus signalling API stability of some sort.

Part of that "stabilization" is underway in the nim-results [issue
tracker](https://github.com/arnetheduck/nim-results/issues/30).
2023-07-05 12:50:21 +02:00

10 lines
395 B
Nim

# This module has graduated from stew and is now available from the
# `results` nimble package instead (https://github.com/arnetheduck/nim-results)
when defined(stewWarnResults):
# This deprecation notice will be made default in some future stew commit
{.deprecated: "`stew/results` is now availabe as `import results` via the `results` Nimble package".}
import pkg/results
export results