Exploration of various implementations of memory range types
Go to file
Jacek Sieka 54792c5a26
Deprecated - moved to stew
2019-07-06 21:04:33 +02:00
ranges assert() -> doAssert() 2019-03-14 03:47:51 +01:00
tests Add a helper for creating open arrays from pointers (#36) 2019-02-22 19:51:42 +02:00
.appveyor.yml build_nim.sh 2019-06-18 01:49:01 +02:00
.gitignore obtain mem ranges from strings and sequences 2018-02-16 16:58:46 +02:00
.travis.yml build_nim.sh 2019-06-18 01:49:01 +02:00
LICENSE initial definition of a MemRange type 2018-02-16 16:38:25 +02:00
README.md Deprecated - moved to stew 2019-07-06 21:04:33 +02:00
ranges.nim Typed ranges 2018-03-26 16:17:22 +03:00
ranges.nimble add "--threads:on" to tests 2019-01-11 15:33:51 +02:00

README.md

ranges

Deprecated - moved to https://github.com/status-im/nim-stew

Build Status (Travis) Windows build status (Appveyor) License: Apache License: MIT Stability: experimental

Introduction

This library implements utility functions for working with parts and blobs of memory.

Installation

$ nimble install ranges

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.