- Seattle
- http://jacko.io
-
shared_child.rs Public
a wrapper around std::process::Child that lets multiple threads wait or kill at once
-
8000
-
blake3-py Public
Python bindings for the BLAKE3 cryptographic hash function
-
-
-
os_pipe.rs Public
a cross-platform library for opening OS pipes in Rust
-
wait-timeout Public
Forked from alexcrichton/wait-timeoutWaiting on a child process with a timeout in Rust
Rust Apache License 2.0 UpdatedMay 17, 2025 -
rust Public
Forked from rust-lang/rustA safe, concurrent, practical language.
-
blog.rust-lang.org Public
Forked from rust-lang/blog.rust-lang.orgHome of the Rust and Inside Rust blogs
HTML Apache License 2.0 UpdatedMay 17, 2025 -
duct.rs Public
a Rust library for running child processes
-
blake2_simd Public
high-performance implementations of BLAKE2b/s/bp/sp in pure Rust with dynamic SIMD
-
-
-
duct.py Public
a Python library for running child processes
-
blessed-rs Public
Forked from nicoburns/blessed-rsA community guide to the Rust ecosystem
-
shared_thread.rs Public
similar to shared_child.rs, but for threads instead of child processes
Rust MIT License UpdatedMay 2, 2025 -
-
-
-
moro Public
Forked from nikomatsakis/moroExperiments with structured concurrency in Rust
Rust MIT License UpdatedApr 11, 2025 -
raytracer Public
https://raytracing.github.io/books/RayTracingInOneWeekend.html
Rust UpdatedMar 7, 2025 -
-
-
-
solana Public
Forked from solana-labs/solanaWeb-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
Rust Apache License 2.0 UpdatedNov 27, 2024 -
rand Public
Forked from rust-random/randA Rust library for random number generation.
Rust Other UpdatedNov 13, 2024 -
this-week-in-rust Public
Forked from rust-lang/this-week-in-rustData for this-week-in-rust.org
HTML UpdatedNov 1, 2024 -
rust-learning Public
Forked from ctjhoa/rust-learningA bunch of links to blog posts, articles, videos, etc for learning Rust
2 UpdatedOct 25, 2024 -
constant_time_eq Public
Forked from cesarb/constant_time_eqCompares two equal-sized byte strings in constant time.
-