zishon's Stars
zed-industries/zed
Code at the speed of thought โ Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
topjohnwu/Magisk
The Magic Mask for Android
zsh-users/zsh-autosuggestions
Fish-like autosuggestions for zsh
tokio-rs/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
ajeetdsouza/zoxide
A smarter cd command. Supports all major shells.
go-delve/delve
Delve is a debugger for the Go programming language.
DioxusLabs/dioxus
Fullstack app framework for web, desktop, mobile, and more.
openobserve/openobserve
๐ 10x easier, ๐ 140x lower storage cost, ๐ high performance, ๐ petabyte scale - Elasticsearch/Splunk/Datadog alternative for ๐ (logs, metrics, traces, RUM, Error tracking, Session replay).
Canop/broot
A new way to see and navigate directory trees : https://dystroy.org/broot
ClementTsang/bottom
Yet another cross-platform graphical process/system monitor.
ratatui-org/ratatui
Rust library that's all about cooking up terminal user interfaces (TUIs) ๐จโ๐ณ๐
bootandy/dust
A more intuitive version of du in rust
SeaQL/sea-orm
๐ An async & dynamic ORM for Rust
ecomfe/echarts-for-weixin
ๅบไบ Apache ECharts ็ๅพฎไฟกๅฐ็จๅบๅพ่กจๅบ
go-echarts/go-echarts
๐จ The adorable charts library for Golang.
tokio-rs/mio
Metal I/O library for Rust.
loco-rs/loco
๐ ๐ฆ The one-person framework for Rust for side-projects and startups
dalance/procs
A modern replacement for ps written in Rust
fzyzcjy/flutter_rust_bridge
Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.
djc/askama
Type-safe, compiled Jinja-like templates for Rust
AmrDeveloper/GQL
Git Query language is a SQL like language to perform queries on .git files with supports of most of SQL features such as grouping, ordering and aggregations functions
petgraph/petgraph
Graph data structure library for Rust.
google/forma
An efficient vector-graphics renderer
nullpo-head/wsl-distrod
Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
mishamosher/CentOS-WSL
A GitHub Actions automated CentOS RootFS to use with WSL
jprochazk/garde
A powerful validation library for Rust
unpluggedcoder/awesome-rust-tools
Harness the power of Rust. Those fast productivity tools based on Rust.
maxcountryman/tower-sessions
๐ฅ Sessions as a `tower` and `axum` middleware.
shssoichiro/zxcvbn-rs
Port of Dropbox's zxcvbn password strength library for Rust
tzcnt/serde_json_any_key
Workaround for "key must be a string" error with serde_json. De/serialize any HashMap<K,V>, Vec<(K,V)>, Iter<(&K,&V)>, or Iter<&(K,V)> as a JSON map.