binary
binary copied to clipboard
Clojure API for binary format I/O using java's stream apis
Thanks for awesome library! I need to serialize no value in some cases. For example: ```clojure (b/header :int-be (fn header->body-codec [length] (if (= -1 length) codec/null (b/blob :length length))) "not...
Is there currently a way to use "conditional" fields? My use case is for the BACnet protocol, which is somewhat complex. Many fields are included in the spec that only...
Hi! So I recently (finally) (sort of) finished my BACnet implementation. I ended up with a bunch of generic utility functions. I'd much prefer to contribute to an existing project,...