nim-stew/tests
Zahary Karadjov 6be00f7c4b
Extract the varints code being used in the latest LibP2P back-end
Originally, this code was taken from
https://github.com/status-im/nim-libp2p/blob/master/libp2p/varint.nim

The API was refactored to make it easier to use in the networking
back-ends where the data is being consumed byte by byte.
2019-08-01 17:21:14 +03:00
..
ranges Refactor the bitranges module 2019-07-31 02:20:49 +03:00
all_tests.nim More code migrated from the beacon-chain repo 2019-07-31 02:25:12 +03:00
test_bitops2.nim refactor bitops2, add endians2 2019-07-06 20:47:08 +02:00
test_bitseqs.nim More code migrated from the beacon-chain repo 2019-07-31 02:25:12 +03:00
test_byteutils.nim add byteutils 2019-07-06 20:07:41 +02:00
test_endians2.nim refactor bitops2, add endians2 2019-07-06 20:47:08 +02:00
test_varints.nim Extract the varints code being used in the latest LibP2P back-end 2019-08-01 17:21:14 +03:00