Pinned Repositories
bfgs
A pure Rust implementation of the BFGS optimization algorithm
bitcoin-nanopayment
A probabilistic Bitcoin nanopayments library in Node using the Bitcoin-Qt RPC API
bitcoin-script-explorer
A tool to help programmers learn Bitcoin Script.
contiguous-data-in-rust
An opinionated guide that tries to help you choose the best way to store contiguous data in Rust
future-by-example
Examples of common patterns using Future
global-data-in-rust
This guide explains how you can use "global data" in Rust
glx
Analyzing the Green Line Extension with OpenStreetMap
hmmm
Hidden Markov Models in Rust
ndarray-csv
Easily read homogeneous CSV data into a 2D ndarray
rustdoc-katex-demo
This crate demonstrates an approach to including KaTeX in Rust docs
paulkernfeld's Repositories
paulkernfeld/global-data-in-rust
This guide explains how you can use "global data" in Rust
paulkernfeld/contiguous-data-in-rust
An opinionated guide that tries to help you choose the best way to store contiguous data in Rust
paulkernfeld/hmmm
Hidden Markov Models in Rust
paulkernfeld/bfgs
A pure Rust implementation of the BFGS optimization algorithm
paulkernfeld/ndarray-csv
Easily read homogeneous CSV data into a 2D ndarray
paulkernfeld/spin_on
paulkernfeld/compass
paulkernfeld/wasm-math-experiment
paulkernfeld/arrayvec
A vector with a fixed capacity. (Rust)
paulkernfeld/cbindgen
A project for generating C bindings from Rust code
paulkernfeld/discovery
Discover the world of microcontrollers through Rust!
paulkernfeld/editquality
Supervised learning approach to determining the quality of edits in Wikipedia
paulkernfeld/futures-lite
A lightweight async prelude
paulkernfeld/generator-rs
rust stackful generator library
paulkernfeld/gpuweb
Where the GPU for the Web work happens!
paulkernfeld/lazy-static.rs
A small macro for defining lazy evaluated static variables in Rust.
paulkernfeld/loom
Concurrency permutation testing tool for Rust.
paulkernfeld/naga
Universal shader translation in Rust
paulkernfeld/rally_game
Rust Amethyst - Test Game
paulkernfeld/rand-bug
paulkernfeld/revscoring
A generic, machine learning-based revision scoring system for MediaWiki
paulkernfeld/rspirv
Rust implementation of SPIR-V module processing functionalities
paulkernfeld/rust-embedded-study-group
paulkernfeld/scoped-ops
A 💥 FAILED 💥 ergonomics experiment on a way to temporarily and reversibly modify data structures in Rust.
paulkernfeld/specs-physics
nphysics integration for the Specs entity component system
paulkernfeld/spin_future
paulkernfeld/wasm-bindgen
Facilitating high-level interactions between Wasm modules and JavaScript
paulkernfeld/wgpu
Native WebGPU implementation based on gfx-hal
paulkernfeld/wgpu-native
Native WebGPU implementation based on wgpu-core
paulkernfeld/wgpu-rs
Rust bindings to wgpu native library