gabrieldemian / vincenzo

A BitTorrent client with vim-like keybindings and a terminal based UI.
https://github.com/gabrieldemian/vincenzo
MIT License
144 stars 7 forks source link

Replace bitfield with a crate #9

Closed gabrieldemian closed 10 months ago

gabrieldemian commented 1 year ago

bitfield.rs works fine for now, but it would be better to replace it in favour of this crate: https://crates.io/crates/bitfield

This would also eliminate the need to use the bitlab crate which has some features that will not be supported by Rust in the future.

Another benefit, is that it would reduce hundreds of lines of code to maintain.

gabrieldemian commented 10 months ago

fixed by PR #25