mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-19 05:49:19 +02:00
Merge pull request #1416 from IchBinLeoon/main
Add system category and whoami #HSFDPMUW
This commit is contained in:
commit
876a9e31ee
@ -92,6 +92,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
||||
* [Platform specific](#platform-specific)
|
||||
* [Scripting](#scripting)
|
||||
* [Simulation](#simulation-1)
|
||||
* [System](#system)
|
||||
* [Task scheduling](#task-scheduling-1)
|
||||
* [Template engine](#template-engine)
|
||||
* [Text processing](#text-processing-1)
|
||||
@ -728,7 +729,6 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https://
|
||||
## Libraries
|
||||
|
||||
* [perf-monitor-rs](https://github.com/larksuite/perf-monitor-rs) — A toolkit designed to be a foundation for applications to monitor their performance. [![crates.io](https://img.shields.io/crates/v/perf_monitor.svg)](https://crates.io/crates/perf_monitor)
|
||||
* [Phate6660/nixinfo](https://github.com/Phate6660/nixinfo) [[crate](https://crates.io/crates/nixinfo)] — A lib crate for gathering system info such as cpu, distro, environment, kernel, etc.
|
||||
|
||||
### Artificial Intelligence
|
||||
|
||||
@ -1491,6 +1491,11 @@ See also [Are we game yet?](https://arewegameyet.rs)
|
||||
|
||||
* [nyx-space](https://crates.io/crates/nyx-space) - High fidelity, fast, reliable and validated astrodynamical toolkit library, used for spacecraft mission design and orbit determination [![Build Status](https://gitlab.com/nyx-space/nyx/badges/master/pipeline.svg)](https://gitlab.com/nyx-space/nyx/-/pipelines)
|
||||
|
||||
### System
|
||||
|
||||
* [ardaku/whoami](https://github.com/ardaku/whoami) [[whoami](https://crates.io/crates/whoami)] — Rust crate to get the current user and environment. [![build badge](https://github.com/ardaku/whoami/actions/workflows/ci.yml/badge.svg?branch=stable)](https://github.com/ardaku/whoami/actions/workflows/ci.yml)
|
||||
* [Phate6660/nixinfo](https://github.com/Phate6660/nixinfo) [[nixinfo](https://crates.io/crates/nixinfo)] — A lib crate for gathering system info such as cpu, distro, environment, kernel, etc.
|
||||
|
||||
### Task scheduling
|
||||
|
||||
* [delay-timer](https://github.com/BinChengZhao/delay-timer) — Time-manager of delayed tasks. Like crontab, but asynchronous tasks are possible.
|
||||
|
Loading…
x
Reference in New Issue
Block a user