Skip to content

Evren-os/rustor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustor

A fast, minimal tool to fetch system info, written in Rust.

Alt text


Features

  • Clean, simple display of system info.
  • Blazing fast execution.
  • Built with Rust for speed and safety.

Installation

Via install script

Run this command in terminal:

curl -fsSL https://raw.githubusercontent.com/Evren-os/rustor/main/install.sh | bash

From source

  1. Clone the repo:
git clone https://github.com/Evren-os/rustor.git
cd rustor
  1. Build it:
cargo build --release
  1. Install:
sudo mv ./target/release/rustor /usr/local/bin/

Usage

Just run rustor to see your system info:

rustor

Performance

rustor is designed for speed. Benchmarking with Hyperfine shows:

Benchmark 1: rustor
  Time (mean ± σ):     896.3 µs ±  95.5 µs    [User: 330.0 µs, System: 698.2 µs]
  Range (min … max):   661.9 µs … 1159.4 µs    1681 runs

This means rustor provides system information almost instantaneously.

About

A blazing fast fetch tool written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published