osiewicz
I'm interested in low level programming. The opinions are my own.
@zed-industries Cracow, Poland
osiewicz's Stars
rust-lang/rust
Empowering everyone to build reliable and efficient software.
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.
tree-sitter/tree-sitter
An incremental parsing system for programming tools
bytecodealliance/wasmtime
A fast and secure runtime for WebAssembly
wolfpld/tracy
Frame profiler
versatica/mediasoup
Cutting Edge WebRTC Video Conferencing
trunk-rs/trunk
Build, bundle & ship your Rust WASM application to the web.
Canop/bacon
background rust code check
pop-os/cosmic-text
Pure Rust multi-line text handling
MatthiasGrandl/Loungy
Loungy is a WIP launcher in the vein of Spotlight, Alfred, Raycast.
zed-industries/extensions
Extensions for the Zed editor
hrsh7th/vscode-langservers-extracted
vscode-langservers bin collection.
cdisselkoen/llvm-ir
LLVM IR in natural Rust data structures
bencherdev/bencher
🐰 Bencher - Continuous Benchmarking
rusticstuff/simdutf8
SIMD-accelerated UTF-8 validation for Rust.
build-server-protocol/build-server-protocol
Protocol for IDEs and build tools to communicate about compile, run, test, debug and more.
kellnr/kellnr
The registry for Rust crates
koute/speedy
A fast binary serialization framework
olrtg/emmet-language-server
A language server for emmet.io
longbridgeapp/gpui-component
UI components write in GPUI.
rustfoundation/painter
Library and tools for managing ecosystem wide call graphs and llvm-ir analysis
deadlinks/cargo-deadlinks
Cargo subcommand for checking your documentation for broken links
ericseppanen/cargo-cranky
An easy to configure wrapper for Rust's clippy
dtolnay/typeid
Const TypeId and non-'static TypeId
cargo-bsp/cargo-bsp
2dav/crabgrind
"Valgrind Client Request" interface for Rust programs
jix/zwohash
A fast, deterministic, non-cryptographic hash for use in hash tables for Rust
EFanZh/ast-demangle
exrok/spooky-rust-build
Dangerously compile applications without rebuiling dependent crates by only building a single crate and then relinking.
yoh2/field-ref-rs
Field reference (like a member pointer to non-static data field in C++) for Rust