bencode icon indicating copy to clipboard operation
bencode copied to clipboard

A netstring and bencode implementation for Clojure.

Results 3 bencode issues
Sort by recently updated
recently updated
newest added

From a bencode input `"li1ei2el3:stree"`, I get `[1 2 [#object["[B" 0x5351baec "[B@5351baec"]]]` _Note: the input was created using `write-bencode` and seems correct with respect to the spec_ Reproducing code: ```clojure...