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