superseedr 1.0.5

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

pub mod effects;
pub mod events;
pub mod formatters;
pub mod layout;
pub mod particles;
pub mod paste_burst;
pub mod screen_context;
pub mod screens;
pub mod tree;
pub mod view;