José Luis Cruz's repositories
allocator-api2
Mirror of Rust's allocator api for use on stable rust
cargo-show-asm
cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
fontations
Reading and writing font files
const-str
Compile-time string operations
cubecl
Multi-platform high-performance compute language extension for Rust.
ffmpeg-the-third
A fork of the abandoned ffmpeg-next crate which is a fork of the abandoned ffmpeg crate
fontdue
The fastest font renderer in the world, written in pure rust.
makepad
Makepad is a creative software development platform for Rust that compiles to wasm/webGL, osx/metal, windows/dx11 linux/opengl
miami
Lightweight MIDI File Parser and Generator With Minimal Dependencies
miniquad
Cross platform rendering in Rust
nanoserde
Serialisation library with zero dependencies
num-rational
Generic Rational numbers for Rust
regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
rodio
Rust audio playback library
rust-bdf
BDF format handling.
rust-grapheme-machine
Rust library for Unicode Grapheme Cluster Segmentation of streaming data
rust-script
Run Rust files and expressions as scripts without any setup or compilation step.
rust-u8char
Rust library offering an alternative to `char` whose representation is UTF-8 encoded
safe_arch
Exposes arch-specific intrinsics as safe function (via cfg).
self_cell
Safe-to-use proc-macro-free self-referential structs in stable Rust.
simdutf8
SIMD-accelerated UTF-8 validation for Rust.
wasm_thread
A rust `std::thread` replacement for wasm32 target
wide
A crate to help you go wide. By which I mean use SIMD stuff.