Pinned Repositories
abv
Bar inventory tracking system
piglet
PIGLET: Personal Interactive Graphic Editor, a 2d engineering CAD system with hierarchy
codex
A robust interface for queries of Biblical books, chapters, verses, etc.
filesystem-kind-rs
Query the kind of filesystem that a file resides on
outlook-exe
Convenience wrappers for command-line invocation of Outlook.
string32-rs
A string that is indexed by u32 instead of usize.
struct-pad
Padding types for Rust, to enable memory layout optimizations
summary-rs
Extract the sentences which best summarize a document.
unwrap-log-rs
Non-panicking alternatives to `Option` and `Result` unwrapping, which log at warn level
wide
Uint128 and Int128 for Go
ryanavella's Repositories
ryanavella/struct-pad
Padding types for Rust, to enable memory layout optimizations
ryanavella/unwrap-log-rs
Non-panicking alternatives to `Option` and `Result` unwrapping, which log at warn level
ryanavella/hilbert16
Hilbert transforms between 1D and 2D space.
ryanavella/string32-rs
A string that is indexed by u32 instead of usize.
ryanavella/filesystem-kind-rs
Query the kind of filesystem that a file resides on
ryanavella/summary-rs
Extract the sentences which best summarize a document.
ryanavella/bib-unbound-rs
Parse Bibles in the unbound format
ryanavella/book
The Rust and WebAssembly Book
ryanavella/cargo
The Rust package manager
ryanavella/cargo-clone
A cargo subcommand to fetch the source code of a Rust crate
ryanavella/cargo-watch
Watches over your Cargo project's source.
ryanavella/conway-rs
Conway's Game of Life in Rust
ryanavella/difference.rs
Rust text diffing and assertion library
ryanavella/escargot
Cargo API written in Paris
ryanavella/freebsd-geom-rs
Rust library for inspecting the GEOM graph
ryanavella/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
ryanavella/honggfuzz-rs
Fuzz your Rust code with Google-developed Honggfuzz !
ryanavella/http
Host These Things Please - a basic http server for hosting a folder fast and simply
ryanavella/itertools
Extra iterator adaptors, iterator methods, free functions, and macros.
ryanavella/jsonway
JSON building DSL and configurable serializers for Rust
ryanavella/lang-implementations-in-rust
😋 A list of language implementations written in Rust. Encouraging people to write language-related projects in Rust!
ryanavella/llama
Inference code for LLaMA models
ryanavella/pwgen
Generate a random passphrase
ryanavella/rust-stop-words
Common stop words in a variety of languages
ryanavella/rusty-xinput
Safe dynamic loading of xinput
ryanavella/ryanavella.github.io
Ryan's site
ryanavella/sled
the champagne of beta embedded databases
ryanavella/tee_readwrite
A set of Tee types (a Reader and a Writer). Useful for duplicating reads and writes for std::io::{Read, Write} types.
ryanavella/tokio-tungstenite
Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
ryanavella/unicode-segmentation
Grapheme Cluster and Word boundaries according to UAX#29 rules