Skip to content

Instantly share code, notes, and snippets.

View PanIntegralus's full-sized avatar
🦍

PanIntegralus

🦍
View GitHub Profile
@PanIntegralus
PanIntegralus / sysgrab_rust.md
Last active July 25, 2024 20:14
Grab info from system and send to Discord Webhook

Didn't remember I made this when learning Rust.

use sysinfo::{
    Components, Disks, Networks, System,
};

use serde::Serialize;
use reqwest;