torain: A Bittorrent Client in Rust

1 min read 100 words

See @github/torain

’torain’ is a bittorrent client built from scrath. It aims to be a complete torrent client with custom implementation of all useful libraries and tools. So far, torain contains a bencode serializer/deserializer, a sha1 hash library, a URL library, a HTTP/UDP request library, and a Psuedo-Random Number Generator.

Written in: Rust