ks_constants_rs 0.1.2

Constants for use in Kerrigan Survival projects
Documentation
use pyo3::prelude::*;


#[pyclass(eq, eq_int, frozen)]
#[derive(Clone, Copy, PartialEq, Debug)]
pub enum Developer {
    Susu,
    Templar,
    Luminous,
    Sox,
    Fatline,
    Duck,
    Understudy,
    Korneel,
    Archlei,
    Legacy,
    Hex,
    Geo,
    Gcloud,
    Azaz,
    Feanor,
    Kuku,
    SmugWyrmling,
    Fern,
    TheePotatoLord,
    Andrene,
    Unknown
}