GGist / bip-rs

BitTorrent Infrastructure Project In Rust
Apache License 2.0
296 stars 33 forks source link

[bip_metainfo] Added method `set_trackers` to the builder #143

Closed reeFridge closed 6 years ago

reeFridge commented 6 years ago

Added method set_trackers to the MetainfoBuilder for converting vector of tracker groups (vec of strings) to announce-list (bencoded list of lists)

GGist commented 6 years ago

LGTM, thanks!