nim-stew/stew
Jacek Sieka 403b5de2a7
docs
2023-05-10 08:55:31 +02:00
..
keyed_queue Refactor lruFetch() item rotation (#112) 2022-05-19 18:51:47 +01:00
ranges fix `baseAddr`, move to `ptrops` (#156) 2022-11-18 15:22:29 +02:00
shims support multiple nim version re. nnkArgList issue 2022-09-22 08:16:32 +07:00
sorted_set chore: fix 'there should not be `high(value)`. use `high(type)`' deprecation (#147) 2022-11-09 14:48:38 +01: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 make it more Nim 1.4+ compatible (#131) 2022-07-26 17:52:59 +00: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 enable styleCheck:usages (#93) 2021-12-02 16:24:02 +01:00
base64.nim enable styleCheck:usages (#93) 2021-12-02 16:24:02 +01:00
bitops2.nim Reorder the definitions to avoid a refernce to setBit before it's being defined 2022-07-14 15:11:34 +03:00
bitseqs.nim make it more Nim 1.4+ compatible (#131) 2022-07-26 17:52:59 +00:00
byteutils.nim byteutils: allow empty output buffers (#157) 2023-01-19 08:19:26 +01:00
closures.nim std_shims->stew 2019-07-06 19:12:24 +02:00
ctops.nim Allow any integer type to use CT.isEqual(). (#51) 2020-07-30 20:09:49 +03:00
endians2.nim endians2: use copyMem instead of loop outside of vm (#95) 2022-01-03 14:53:01 +01: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 Fix issues #151 and #153 (#154) 2022-11-17 14:54:48 +00:00
intops.nim docs 2023-05-10 08:55:31 +02: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 make it more Nim 1.4+ compatible (#131) 2022-07-26 17:52:59 +00:00
leb128.nim fix fromBytes call resolution (#140) 2022-09-12 14:29:03 +02:00
objects.nim Add objects.isDefaultValue 2022-12-15 17:11:53 +02:00
ptrops.nim fix `baseAddr`, move to `ptrops` (#156) 2022-11-18 15:22:29 +02:00
result.nim result -> results (#27) 2020-04-07 11:43:07 +02:00
results.nim results: work around field access bugs (#167) 2023-01-20 15:32:51 +01: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 make it more Nim 1.4+ compatible (#131) 2022-07-26 17:52:59 +00: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
varints.nim enable styleCheck:usages (#93) 2021-12-02 16:24:02 +01:00

README.md

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