- Atlanta, GA, US, Earth, Milky Way
- https://nikolaivazquez.com
- @NikolaiVazquez
- @nikolai@hachyderm.io
-
iai-callgrind Public
Forked from iai-callgrind/iai-callgrindHigh-precision and consistent benchmarking framework/harness for Rust
Rust Apache License 2.0 UpdatedDec 27, 2023 -
-
perf-book Public
Forked from nnethercote/perf-bookThe Rust Performance Book
Apache License 2.0 UpdatedDec 19, 2023 -
static-assertions Public
Ensure correct assumptions about constants, types, and more in Rust
-
-
once_cell Public
Forked from matklad/once_cellRust library for single assignment cells and lazy statics without macros
Rust Apache License 2.0 UpdatedAug 10, 2023 -
regex Public
Forked from rust-lang/regexAn implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Rust Apache License 2.0 UpdatedJul 5, 2023 -
proptest Public
Forked from proptest-rs/proptestHypothesis-like property testing for Rust
Rust Apache License 2.0 UpdatedJun 12, 2023 -
malloced Public
A malloc-ed box pointer type for Rust
-
fmty Public
Rust library of composable `core::fmt` utilities
-
strum Public
Forked from Peternator7/strumA small rust library for adding custom derives to enums
Rust MIT License UpdatedJan 8, 2023 -
actix-web Public
Forked from actix/actix-webActix web is a small, pragmatic, and extremely fast rust web framework.
Rust Apache License 2.0 UpdatedJan 6, 2023 -
fruity Public
Rusty bindings for Apple libraries
-
RandomKit Public
Random data generation in Swift
-
tokio Public
Forked from tokio-rs/tokioA runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
Rust MIT License UpdatedMay 14, 2022 -
rust-lang-team Public
Forked from rust-lang/teamRust teams structure
Rust Apache License 2.0 UpdatedApr 29, 2022 -
rusqlite Public
Forked from rusqlite/rusqliteErgonomic bindings to SQLite for Rust
Rust MIT License UpdatedApr 17, 2022 -
Menubar-Colors Public
A macOS app for convenient access to the system color panel
-
rust-rfcs Public
Forked from rust-lang/rfcsRFCs for changes to Rust
-
asygnal Public
Handle signals (e.g. ctrl-c) efficiently and asynchronously in Rust
Rust Other UpdatedJan 18, 2022 -
systemd Public
Forked from systemd/systemdThe systemd System and Service Manager
C GNU General Public License v2.0 UpdatedJan 14, 2022 -
linkme Public
Forked from dtolnay/linkmeSafe cross-platform linker shenanigans
Rust Apache License 2.0 UpdatedJan 10, 2022 -
embed-plist-rs Public
Embed property list files like Info.plist directly in your Rust executable binary
-
arcstr Public
Forked from thomcc/arcstrBetter reference counted strings for Rust
Rust Apache License 2.0 UpdatedJan 2, 2022 -
clap Public
Forked from clap-rs/clapA full featured, fast Command Line Argument Parser for Rust
Rust Apache License 2.0 UpdatedDec 29, 2021 -
rust-errno Public
Forked from lambda-fairy/rust-errno💥 Cross-platform interface to the `errno` variable
Rust Apache License 2.0 UpdatedOct 29, 2021 -
utf16string Public
Forked from getsentry/utf16stringUTF-16 string types
Rust Apache License 2.0 UpdatedOct 19, 2021 -
dasp Public
Forked from RustAudio/daspThe fundamentals for Digital Audio Signal Processing. Formerly `sample`.
Rust Other UpdatedAug 5, 2021 -
typebool Public
Type-level booleans in Rust for compile-time hackery
-