Exploration of various implementations of memory range types
Go to file
Yuriy Glukhov 3435dc1155
Merge pull request #9 from jangko/concat_operation
fixes #8, add concat operation
2018-06-12 12:19:33 +03:00
ranges fix zero length concat 2018-06-12 16:00:45 +07:00
tests fix zero length concat 2018-06-12 16:00:45 +07:00
.gitignore obtain mem ranges from strings and sequences 2018-02-16 16:58:46 +02:00
.travis.yml Fix windows compilation error for alloca. 2018-04-19 23:47:12 +03:00
LICENSE initial definition of a MemRange type 2018-02-16 16:38:25 +02:00
README.md Update README.md 2018-05-30 14:38:44 -07:00
appveyor.yml Add appveyor.yml. 2018-04-19 23:36:04 +03:00
ranges.nim Typed ranges 2018-03-26 16:17:22 +03:00
ranges.nimble Use the standard Nimble name for the Apache v2 license 2018-02-27 19:44:58 +02:00

README.md

nim-ranges Build Status

Introduction

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

Installation

$ nimble install ranges

License

Distributed under one of the following: