superseedr 1.0.5

A BitTorrent Client in your Terminal.
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: 2025 The superseedr Contributors
// SPDX-License-Identifier: GPL-3.0-or-later

pub mod protocol;
pub mod session;
pub mod web_seed_worker;

// Re-export key types for easier access.
pub use protocol::BlockInfo;
pub use session::{ConnectionType, PeerSession};