Pinned Repositories
allocators-rs
Allocators in Rust
mundane
Mundane is a Rust cryptography library backed by BoringSSL that is difficult to misuse, ergonomic, and performant (in that order).
zerocopy
Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe` so you don’t have to.
go-acl
Go support for Access Control Lists
gopack
Bitpacking for Go
grammar
A random sentence generator based on a context-free grammar (golang)
illegal
Support for operations which are disallowed by the Go compiler
magspoof
Magnetic card spoofer
term
Functions that handle cross-platform terminal text color (golang)
joshlf's Repositories
joshlf/gherrit
joshlf/awesome-rust
A curated list of Rust code and resources.
joshlf/advisory-db
Security advisory database for Rust crates published through crates.io
joshlf/aHash
aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
joshlf/aho-corasick
A fast implementation of Aho-Corasick in Rust.
joshlf/backtrace-rs
Backtraces in Rust
joshlf/block-ciphers
Collection of block cipher algorithms written in pure Rust
joshlf/byteorder
Rust library for reading/writing numbers in big-endian and little-endian.
joshlf/bytes
Utilities for working with bytes
joshlf/chrono
Date and time library for Rust
joshlf/cryptocorrosion
Performance crypto in pure Rust
joshlf/flowglad
Open source payments + billing infrastructure
joshlf/half-rs
Half-precision floating point types f16 and bf16 for Rust.
joshlf/hashbrown
Rust port of Google's SwissTable hash map
joshlf/libc
Raw bindings to platform APIs for Rust
joshlf/log
Logging implementation for Rust
joshlf/once_cell
Rust library for single assignment cells and lazy statics without macros
joshlf/rand
A Rust library for random number generation.
joshlf/reference
The Rust Reference
joshlf/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
joshlf/rend
Cross-platform, endian-aware primitives for Rust
joshlf/ring
Safe, fast, small crypto using Rust
joshlf/rust
A safe, concurrent, practical language.
joshlf/rust-base64
base64, in rust
joshlf/rustcrypto-utils
Utility crates used in RustCrypto
joshlf/synstructure
Utilities for dealing with substructures within syn macros
joshlf/team
Rust teams structure
joshlf/this-week-in-rust
Data for this-week-in-rust.org
joshlf/uuid
Generate and parse UUIDs.
joshlf/winnow
Making parsing a breeze