nim-stew/stew
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
..
keyed_queue reduce compiler warnings 2023-02-14 21:35:54 +07:00
ranges remove workaround for unsupported Nim 0.19 and earlier (#200) 2023-06-15 13:13:41 +00:00
shims unconditionally pass through std/os and deprecate shim/os (#199) 2023-06-15 14:55:16 +02:00
sorted_set reduce compiler warnings 2023-02-14 21:35:54 +07:00
windows Fix inherited objects problem. (#59) 2020-10-20 17:43:38 +03:00
README.md std_shims->stew 2019-07-06 19:12:24 +02:00
arrayops.nim make it more Nim 1.4+ compatible (#131) 2022-07-26 17:52:59 +00:00
assign2.nim assign2: guard against self-assignment / overlapping openArray (#182) 2023-04-25 21:32:22 +02:00
base10.nim make it more Nim 1.4+ compatible (#131) 2022-07-26 17:52:59 +00:00
base32.nim enable styleCheck:usages (#93) 2021-12-02 16:24:02 +01:00
base58.nim remove cast warnings (#186) 2023-05-23 11:05:55 +02:00
base64.nim enable styleCheck:usages (#93) 2021-12-02 16:24:02 +01:00
bitops2.nim bitops2: fix resizing casts (#194) 2023-06-15 13:52:54 +02:00
bitseqs.nim make it more Nim 1.4+ compatible (#131) 2022-07-26 17:52:59 +00:00
byteutils.nim reenable Defect raises for Nim 1.2 2023-02-14 21:56:10 +07:00
closures.nim std_shims->stew 2019-07-06 19:12:24 +02:00
ctops.nim reduce compiler warnings 2023-02-14 21:35:54 +07:00
endians2.nim endians2: use copyMem instead of loop outside of vm (#95) 2022-01-03 14:53:01 +01:00
enums.nim add `enumStyle` helper macro (#189) 2023-05-26 15:41:13 +03:00
faux_closures.nim Faux closures: a facility for creating closure-like non-closure procs 2020-07-07 20:29:04 +03:00
interval_set.nim reduce compiler warnings 2023-02-14 21:35:54 +07:00
io.nim enable styleCheck:usages (#93) 2021-12-02 16:24:02 +01:00
io2.nim Fix Windows MAX_PATH limitation for absolute paths in io2 module. (#169) 2023-02-02 09:30:40 +01:00
keyed_queue.nim reduce compiler warnings 2023-02-14 21:35:54 +07:00
leb128.nim fix fromBytes call resolution (#140) 2022-09-12 14:29:03 +02:00
objects.nim remove HoleEnumConv warning (#184) 2023-04-25 18:16:50 +02:00
ptrops.nim ptrops: add makeUncheckedArray (#193) 2023-06-12 14:13:18 +02:00
result.nim result -> results (#27) 2020-04-07 11:43:07 +02:00
results.nim Graduate stew/results -> results (#185) 2023-07-05 12:50:21 +02:00
rlimits.nim POSIX stack size limiting 2020-06-25 19:01:01 +02:00
saturating_arith.nim Add stew/saturation_arith 2022-08-18 23:57:27 +03:00
saturation_arith.nim Add stew/saturation_arith 2022-08-18 23:57:27 +03:00
sequtils2.nim random helpers (#64) 2020-12-10 12:05:22 +01:00
sorted_set.nim reduce compiler warnings 2023-02-14 21:35:54 +07:00
strings.nim enable styleCheck:usages (#93) 2021-12-02 16:24:02 +01:00
templateutils.nim Add templateutils.evalTemplateParamOnce 2021-12-03 13:28:54 +02:00

README.md

Candidates for standard library inclusion - functions and helpers that are too small to put in their own git repository