Skip to content
View Kyuofox's full-sized avatar

Block or report Kyuofox

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Kyuofox/README.md
use std::collections::HashMap;

static ABOUT: [&str; 1] = [
    "Studied at Guangzhou Institute of Technology and an Android Enthusiast.",
];

static DOING: [&str; 2] = [
    "Learning Kotlin/Rust/C/Go.",
    "In GZIST.",
];

static DEVICE: [&str; 3] = [
    "Xiaomi 8",
    "Redmi K30 Pro / POCO F2 Pro",
    "Redmi Note 12 Turbo / POCO F5",
];

fn contact() -> HashMap<&'static str, &'static str> {
    let mut contact = HashMap::new();
    contact.insert("Email", "[email protected]");
    contact.insert("Telegram", "https://t.me/Kyuofox");
    contact
}

static PGP_KEY: &str = "9F99 998E 2BB1 51FD 6738 8973 9865 B9A0 9D89 A6FC";

Pinned Loading

  1. Kyuofox-Studio/android_kernel_xiaomi_lmi Kyuofox-Studio/android_kernel_xiaomi_lmi Public

    C 7 8

  2. Kscope-Devices/android_device_xiaomi_lmi Kscope-Devices/android_device_xiaomi_lmi Public

    Shell 1

  3. Kscope-Devices/android_kernel_xiaomi_lmi Kscope-Devices/android_kernel_xiaomi_lmi Public

    C 2 7

  4. Kscope-Devices/android_vendor_xiaomi_lmi Kscope-Devices/android_vendor_xiaomi_lmi Public

    Makefile