byte-spec
byte-spec copied to clipboard
A declarative DSL for reading and writing binary file formats in Clojure.
Results
2
byte-spec issues
Sort by
recently updated
recently updated
newest added
Update for 1.3 and beyond (marked dynamic vars :dynamic)
I've added support for fixed-size arrays using this syntax for example `[:byte 4]` for 4 bytes. Please pull if you think it's a good idea. Thanks.