Well, it doesnt crash at least

This commit is contained in:
Igor Katson 2024-03-30 17:55:43 +00:00
parent 276a1e175e
commit efcffdd072
6 changed files with 101 additions and 21 deletions

View file

@ -1,11 +1,7 @@
use std::collections::HashSet;
use anyhow::Context;
use buffers::ByteBufOwned;
use librqbit_core::{
lengths::{ChunkInfo, Lengths, ValidPieceIndex},
torrent_metainfo::{TorrentMetaV1Info, TorrentMetaV1Owned},
};
use librqbit_core::lengths::{ChunkInfo, Lengths, ValidPieceIndex};
use peer_binary_protocol::Piece;
use tracing::{debug, trace};