bt_bencode icon indicating copy to clipboard operation
bt_bencode copied to clipboard

Helps with Bencode encoding/decoding.

Results 4 bt_bencode issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

I've been working around the serializer implementations by using `skip_serializing_if` attributes on struct fields to avoid serializing an empty option, vec or map (for example [here](https://github.com/angrynode/hightorrent/blob/f4df806ba295a827efac82446b297d11f3ff811f/src/torrent_file.rs#L98)) I'm wondering if this...

This is heavily WIP please see https://github.com/bluk/bt_bencode/issues/6

In BitTorrent BEP10, extend handshake sends IPv6/IPv4 address in a "compact form", which is the big-endian byte representation, represented by byte string length of 4(ipv4)/16(ipv6). This commit adds a `ByteIpAddr`...