nim-stew/stew
Jordan Hrycaj f97e953c26
Fix canonical name
why:
  The name clear() is commonly used as reset function.
2021-11-25 17:40:29 +00:00
..
keyed_queue New data structures - SortedSet and KeyedQueue 2021-11-04 13:17:50 +02:00
ranges Fix a compilation error when using a 32-bit varint parser 2020-05-12 22:59:46 +03:00
shims Fix generic sandwich problem. 2021-11-09 20:15:15 +02:00
sorted_set New data structures - SortedSet and KeyedQueue 2021-11-04 13:17:50 +02: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 random helpers (#64) 2020-12-10 12:05:22 +01:00
assign2.nim assign2: string support (#81) 2021-04-16 15:23:36 +02:00
base10.nim Fix issue with `uint` type. (#79) 2021-04-09 19:01:50 +03:00
base32.nim Copied base32, 58, 64 from libp2p 2019-12-13 15:31:19 +02:00
base58.nim Copied base32, 58, 64 from libp2p 2019-12-13 15:31:19 +02:00
base64.nim fixes bug in base64 decoder when decoding byte sequence 2021-06-17 08:16:56 +07:00
bitops2.nim fix `countZeros` (#80) 2021-04-12 22:55:09 +02:00
bitseqs.nim ssz no longer uses stew/bitseqs 2020-06-03 11:22:32 +02:00
byteutils.nim Alternative definition of string.hexToByteArray(N) 2021-03-19 03:56:01 +02: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 fix use of compiler intrinsics in endians/bitops (#54) 2020-09-21 08:43:27 +02:00
faux_closures.nim Faux closures: a facility for creating closure-like non-closure procs 2020-07-07 20:29:04 +03:00
io.nim Prepare for Nim v1.0.2 2019-10-23 09:36:16 +09:00
io2.nim mark io2 EH-free (#72) 2021-01-26 14:10:47 +01:00
keyed_queue.nim New data structures - SortedSet and KeyedQueue 2021-11-04 13:17:50 +02:00
leb128.nim leb128 + bitops fixes (#66) 2020-12-15 17:07:20 +02:00
objects.nim Add object.isZeroMemory 2021-09-13 19:02:32 +03:00
ptrops.nim ssz no longer uses stew/bitseqs 2020-06-03 11:22:32 +02:00
ranges.nim deprecate ranges (#31) 2020-05-07 07:11:43 +02:00
result.nim result -> results (#27) 2020-04-07 11:43:07 +02:00
results.nim Fix a FieldError crash in the == comparison for Result[void, T] 2021-02-22 21:04:27 +02:00
rlimits.nim POSIX stack size limiting 2020-06-25 19:01:01 +02:00
sequtils2.nim random helpers (#64) 2020-12-10 12:05:22 +01:00
sorted_set.nim Fix canonical name 2021-11-25 17:40:29 +00:00
strings.nim std_shims->stew 2019-07-06 19:12:24 +02:00
varints.nim leb128 + bitops fixes (#66) 2020-12-15 17:07:20 +02:00

README.md

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