nim-stew/stew
cheatfate 8d87ba3e05
Fix *nix compilation problem.
2020-10-19 11:41:40 +03:00
..
ranges Fix a compilation error when using a 32-bit varint parser 2020-05-12 22:59:46 +03:00
shims Add string.add(openarray[char]) (to be optimized later) 2020-09-02 19:59:50 +03:00
windows Procedures to set user-only Windows ACL settings for files and folders. (#58) 2020-10-15 14:27:58 +02:00
README.md std_shims->stew 2019-07-06 19:12:24 +02: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 Copied base32, 58, 64 from libp2p 2019-12-13 15:31:19 +02:00
bitops2.nim fixes bitops2: 'countOnesBuiltin' and 'parityBuiltin' when feeded 'unsigned' on 32 bit platform 2020-09-30 18:28:36 +07:00
bitseqs.nim ssz no longer uses stew/bitseqs 2020-06-03 11:22:32 +02:00
byteutils.nim Add array[N, byte].fromHex(string) 2020-07-02 18:00:39 +03:00
closures.nim std_shims->stew 2019-07-06 19:12:24 +02:00
conio.nim Fix UTF-32 encoder/decoder. 2020-10-19 11:41:40 +03: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 Procedures to set user-only Windows ACL settings for files and folders. (#58) 2020-10-15 14:27:58 +02:00
objects.nim Add 'checkedEnumAssign' for validating tainted enum inputs 2020-06-24 14:15:45 +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 Some fixes for Result[T, void] 2020-09-29 21:31:20 +03:00
rlimits.nim POSIX stack size limiting 2020-06-25 19:01:01 +02:00
strings.nim std_shims->stew 2019-07-06 19:12:24 +02:00
utf8.nim Fix *nix compilation problem. 2020-10-19 11:41:40 +03:00
varints.nim Fix a compilation error when using a 32-bit varint parser 2020-05-12 22:59:46 +03:00

README.md

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