Bin2d (0.2.0) Rewrite

Rikki Cattermole via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Jul 23 05:07:21 PDT 2015


On 23/07/2015 11:56 p.m., Suliman wrote:
> On Thursday, 23 July 2015 at 10:15:17 UTC, Rikki Cattermole wrote:
>> So Bin2D[0] has been rewritten and adds a bunch of nice new features.
>>
>> - Limit generated code by:
>>   - package modifier
>>   - ``version(unittest)``
>> - Use enum for usage at compile time, instead of ``const(ubyte[])``
>> - Report with variable name to original filename
>>
>> Only dependency is Phobos.
>> The rewrite adds most importantly usage of e.g. byChunk over the input
>> files to limit the amount of memory used.
>>
>> [0] https://github.com/rikkimax/bin2d
>
> Cool! Could you add example of usage in readme?

There is already a pretty basic example in it.
Anything specific in mind?


More information about the Digitalmars-d-announce mailing list