This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-rlp
mirror of
https://github.com/status-im/nim-rlp.git
Watch
2
Star
0
Fork
You've already forked nim-rlp
0
Code
Issues
Projects
Releases
Wiki
Activity
82c064946c
nim-rlp
/
rlp
/
types.nim
7 lines
83 B
Nim
Raw
Normal View
History
Unescape
Escape
Use new ranges
2018-03-26 15:14:51 +00:00
import
ranges
export
ranges
use the new status-im/ranges library
2018-02-16 15:28:19 +00:00
nim-rlp version 1.0
2018-01-25 19:22:13 +00:00
type
Bytes
*
=
seq
[
byte
]
Use new ranges
2018-03-26 15:14:51 +00:00
BytesRange
*
=
Range
[
byte
]