ugg-types 0.10.0

Types for the uggo CLI tool and ugg-proxy server.
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Clone)]
pub struct RuneExtended<T: Clone> {
    pub slot: u64,
    pub index: u64,
    pub siblings: u64,
    pub parent: String,
    pub parent_id: i64,
    pub rune: T,
}