-
Red Hat
- Oregon, USA
-
11:32
(UTC -08:00) - https://blog.cuviper.com
- @cuviper@fosstodon.org
- @cuviper.bsky.social
Highlights
Stars
Empowering everyone to build reliable and efficient software.
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
Stream VR games from your PC to your headset via Wi-Fi
Automatically generates Rust FFI bindings to C (and some C++) libraries.
A project for generating C bindings from Rust code
A hash table with consistent order and fast iteration; access items by key or sequence index
Medium to hard Rust questions with explanations
A collection of numeric types and traits for Rust.
Rust library for filesystems in userspace (FUSE)
Numeric traits for generic mathematics in Rust
The enum Either with variants Left and Right is a general purpose sum type with two cases.
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.
Procedural macros to derive numeric traits in Rust
A Rust allocator which makes sound when active, like a Geiger counter.