Bin2d (0.2.0) Rewrite
    Suliman via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Thu Jul 23 04:56:51 PDT 2015
    
    
  
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?
    
    
More information about the Digitalmars-d-announce
mailing list