smaug_lib/
itch.rs

1#[derive(Debug)]
2pub struct Itch {
3    pub username: String,
4    pub url: String,
5}