status-im / nim-stew

stew is collection of utilities, std library extensions and budding libraries that are frequently used at Status, but are too small to deserve their own git repository.
133 stars 18 forks source link

Graduate stew/results -> results #185

Closed arnetheduck closed 1 year ago

arnetheduck commented 1 year ago

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.