cktool 1.4.0

coomer.st and kemono.cr downloader tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// Represents pagination information for downloads
#[derive(Clone)]
pub struct PageStatus {
    pub current: u32,
    pub total: u32,
}

#[derive(Clone)]
pub struct StatusBar {
    pub queues: u32,
    pub total: u32,
}