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
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/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/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/cc-rs
Rust library for build scripts to compile C/C++ code into a Rust library
joshlf/cryptocorrosion
Performance crypto in pure Rust
joshlf/ggez
Rust library to create a Good Game Easily
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/pyo3
Rust bindings for the Python interpreter
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-crc32fast
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust
joshlf/rust-field-offset
Safe pointer-to-member functionality for rust
joshlf/rustcrypto-utils
Utility crates used in RustCrypto
joshlf/shred
Shared resource dispatcher
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/unicode-bidi
Implementation of the Unicode Bidirection Algorithm in Rust
joshlf/vm-virtio
virtio implementation
joshlf/wasmer
🚀 The leading WebAssembly Runtime supporting WASIX, WASI and Emscripten