nim-stew/stew
Zahary Karadjov 3fce87f0f5
Refactor the bitranges module
* The bit procs defined over number values and openarray are now part of
  the bitops2 module and use the more traditional LittleEndian indexing.

* Added BitSeq and BitArray types as defined in the ETH2 spec.
2019-07-31 02:20:49 +03:00
..
ranges Refactor the bitranges module 2019-07-31 02:20:49 +03:00
shims Add macros.genCode 2019-07-31 02:13:03 +03:00
README.md std_shims->stew 2019-07-06 19:12:24 +02:00
bitops2.nim Refactor the bitranges module 2019-07-31 02:20:49 +03:00
bitseqs.nim Refactor the bitranges module 2019-07-31 02:20:49 +03:00
byteutils.nim add byteutils 2019-07-06 20:07:41 +02:00
closures.nim std_shims->stew 2019-07-06 19:12:24 +02:00
endians2.nim stricter endian type matching 2019-07-12 12:20:26 +02:00
io.nim std_shims->stew 2019-07-06 19:12:24 +02:00
objects.nim std_shims->stew 2019-07-06 19:12:24 +02:00
ranges.nim add ranges 2019-07-06 20:45:27 +02:00
strings.nim std_shims->stew 2019-07-06 19:12:24 +02:00

README.md

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