- Sweden
- https://codetale.se
-
rust Public
Forked from rust-lang/rustEmpowering everyone to build reliable and efficient software.
Rust Apache License 2.0 UpdatedMar 27, 2026 -
-
-
lightweight-system-monitor Public
A Linux system monitor so lightweight even floating point math is prohibited.
Rust MIT License UpdatedMar 17, 2026 -
-
-
-
on-broken-pipe Public
Experimental crates for the Externally Implementable Item #[std::io::on_broken_pipe].
Rust MIT License UpdatedFeb 4, 2026 -
-
sigpipe-errors Public
Makes the Rust standard library convert `SIGPIPE` to errors.
Rust MIT License UpdatedJan 15, 2026 -
sigpipe-unchanged Public
Makes the Rust standard library leave `SIGPIPE` unchanged.
Rust MIT License UpdatedJan 15, 2026 -
sigpipe-untouched Public
Makes the Rust standard library leave `SIGPIPE` untouched.
Rust MIT License UpdatedJan 15, 2026 -
broken-pipe-kills Public
Get rid of `failed printing to stdout: Broken pipe (os error 32)` panics by setting `SIGPIPE` to `SIG_DFL` before your `fn main()` runs.
Rust MIT License UpdatedJan 6, 2026 -
leave-sigpipe-alone Public
Stops the Rust standard library from changing `SIGPIPE` disposition.
Rust MIT License UpdatedJan 6, 2026 -
sigpipe-default Public
Makes the Rust standard library keep `SIGPIPE` as `SIG_DFL`.
Rust MIT License UpdatedJan 6, 2026 -
cargo-public-api Public
Forked from cargo-public-api/cargo-public-apiList 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.
Rust MIT License UpdatedDec 22, 2025 -
team Public
Forked from rust-lang/teamRust teams structure
Rust Apache License 2.0 UpdatedNov 28, 2025 -
rustc-dev-guide Public
Forked from rust-lang/rustc-dev-guideA guide to how rustc works and how to contribute to it.
HTML Apache License 2.0 UpdatedNov 27, 2025 -
rustc-perf Public
Forked from rust-lang/rustc-perfWebsite for graphing performance of rustc
Rust UpdatedNov 26, 2025 -
llvm-project Public
Forked from llvm/llvm-projectThe LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
LLVM Other UpdatedNov 7, 2025 -
-
bat Public
Forked from sharkdp/batA cat(1) clone with wings.
-
triagebot Public
Forked from rust-lang/triagebotAutomation/tooling for Rust spaces
Rust Apache License 2.0 UpdatedAug 23, 2025 -
snapshot-testing Public
Assert that strings equal easily updatable snapshot files. Show nice colored diffs if not.
-
syntect Public
Forked from trishume/syntectRust library for syntax highlighting using Sublime Text syntax definitions.
Rust MIT License UpdatedAug 20, 2025 -
similar-asserts Public
Forked from mitsuhiko/similar-assertsProvides assert_eq! like macros with colorized diff output
Rust Apache License 2.0 UpdatedAug 8, 2025 -
-
cargo Public
Forked from rust-lang/cargoThe Rust package manager
Rust Apache License 2.0 UpdatedJun 7, 2025 -
pasetors Public
Forked from brycx/pasetorsPASETOrs: PASETO tokens in pure Rust
Rust MIT License UpdatedJun 7, 2025 -
rustdoc-types Public
Forked from rust-lang/rustdoc-types