decrypt_truck 1.3.6

Fast library to decrypt game saves on ETS2 and ATS
Documentation
pub struct SingleVector2 {
    pub a: f32,
    pub b: f32,
}

pub struct SingleVector3 {
    pub a: f32,
    pub b: f32,
    pub c: f32,
}

pub struct SingleVector4 {
    pub a: f32,
    pub b: f32,
    pub c: f32,
    pub d: f32,
}

pub struct SingleVector7 {
    pub a: f32,
    pub b: f32,
    pub c: f32,
    pub d: f32,
    pub e: f32,
    pub f: f32,
    pub g: f32,
}

pub struct SingleVector8 {
    pub a: f32,
    pub b: f32,
    pub c: f32,
    pub d: f32,
    pub e: f32,
    pub f: f32,
    pub g: f32,
    pub h: f32,
}

pub struct Int32Vector2 {
    pub a: i32,
    pub b: i32,
}

pub struct Int32Vector3i32 {
    pub a: i32,
    pub b: i32,
    pub c: i32,
}