kaiusl's Stars
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
syncthing/syncthing
Open Source Continuous File Synchronization
TheAlgorithms/Rust
All Algorithms implemented in Rust
githubnext/monaspace
An innovative superfamily of fonts for code
PyO3/pyo3
Rust bindings for the Python interpreter
flamegraph-rs/flamegraph
Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3
syncthing/syncthing-android
Wrapper of syncthing for Android.
dtolnay/cargo-expand
Subcommand to show result of macro expansion
sagiegurari/cargo-make
Rust task runner and build tool.
obi1kenobi/trustfall
A query engine for any combination of data sources. Query your files and APIs as if they were databases!
rust-lang/hashbrown
Rust port of Google's SwissTable hash map
nextest-rs/nextest
A next-generation test runner for Rust.
indexmap-rs/indexmap
A hash table with consistent order and fast iteration; access items by key or sequence index
EmbarkStudios/cargo-deny
❌ Cargo plugin for linting your dependencies 🦀
est31/cargo-udeps
Find unused dependencies in Cargo.toml
rustsec/rustsec
RustSec API & Tooling
EmbarkStudios/puffin
🐦 Friendly little instrumentation profiler for Rust 🦀
obi1kenobi/cargo-semver-checks
Scan your Rust crate for semver violations.
nabijaczleweli/cargo-update
A cargo subcommand for checking and applying updates to installed executables
nvzqz/divan
Fast and simple benchmarking for Rust projects
regexident/cargo-modules
Visualize/analyze a Rust crate's internal structure
dtolnay/paste
Macros for all your token pasting needs
taiki-e/cargo-llvm-cov
Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
pacak/cargo-show-asm
cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
taiki-e/cargo-hack
Cargo subcommand to provide various options useful for testing and continuous integration.
nvzqz/static-assertions
Ensure correct assumptions about constants, types, and more in Rust
cargo-public-api/cargo-public-api
List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via CI or a CLI.
dtolnay/cargo-llvm-lines
Count lines of LLVM IR per generic function
nyx-space/hifitime
A high fidelity time management library in Rust
DevinR528/cargo-sort
Check if tables and items in a .toml file are lexically sorted