Skip to content

Commit cc1e4e5

Browse files
Added binary data handling libraries
- [binf.cljc](https://github.com/helins/binf.cljc) handles binary formats and protocols, in-memory and IO - [byte-transforms](https://github.com/clj-commons/byte-transforms) is for hashing, compressing and encoding streams of bytes
1 parent 6b74756 commit cc1e4e5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,18 @@ parse_struct:
13901390
categories: [Binary Data, Parsing]
13911391
platforms: [clj]
13921392

1393+
binf_cljc:
1394+
name: binf.cljc
1395+
url: https://github.com/helins/binf.cljc
1396+
categories: [Binary Data, Parsing]
1397+
platforms: [clj, cljs]
1398+
1399+
byte_transforms:
1400+
name: byte-transforms
1401+
url: https://github.com/clj-commons/byte-transforms
1402+
categories: [Binary Data, Compression, Hashing]
1403+
platforms: [clj]
1404+
13931405
core_logic:
13941406
name: core.logic
13951407
url: https://github.com/clojure/core.logic

0 commit comments

Comments
 (0)