Pinned Repositories
fsharp-lisp
Lisp compiler in F#
fsharp-vim
Vim runtime files for F# (fsharp)
logdlls
A utility to track DLLs loaded by a Windows process and log them to a file
NPackage
Packaging and distribution system for .NET
rust-calc-graph
Efficient calculations on a graph of values
rust-os
An operating system in Rust
rust-static-atom
Fast parsing from a set of strings known at compile time
rust-websocket-lite
A fast, low-overhead WebSocket client
smallpt-rust
Rust port of the smallpt renderer: http://www.kevinbeason.com/smallpt/
try-fsharp
Try F# in your web browser
1tgr's Repositories
1tgr/rust-websocket-lite
A fast, low-overhead WebSocket client
1tgr/rust-os
An operating system in Rust
1tgr/logdlls
A utility to track DLLs loaded by a Windows process and log them to a file
1tgr/rust-calc-graph
Efficient calculations on a graph of values
1tgr/rust-static-atom
Fast parsing from a set of strings known at compile time
1tgr/1tgr.github.io
1tgr/approx
Approximate floating point equality comparisons and assertions
1tgr/bit-vec
A Vec of Bits
1tgr/corepack
Another MessagePack implementation in Rust, this time with shiny new no_std serde
1tgr/curl-rust
Rust bindings to libcurl
1tgr/df
Data frames for Rust
1tgr/fixed-vec-deque
A fixed-size, zero-allocation circular buffer for Rust
1tgr/flat_map
A compact map stored as a vector of key, value pairs.
1tgr/hecs
A handy ECS
1tgr/jpeg-decoder
JPEG decoder written in Rust
1tgr/lyon
2D graphics rendering on the GPU in rust using path tessellation.
1tgr/mandelbrot-gpu
A CUDA-enabled Mandelbrot generator
1tgr/notes
Useful notes
1tgr/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
1tgr/png-decoder
A pure-Rust, no_std compatible PNG decoder
1tgr/pyo3
Rust bindings for the Python interpreter
1tgr/raqote
Rust 2D graphics library
1tgr/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code
1tgr/rust-top-map
Sorted map with efficient access at one end
1tgr/rust-websocket-codec
A Tokio codec for the websocket protocol
1tgr/salsa
A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.
1tgr/simplejit-demo
1tgr/sw-composite
Some software compositing routines in rust
1tgr/wasmtime
Standalone JIT-style runtime for WebAssembly, using Cranelift
1tgr/xargo-barebones
Minimal example of a Rust app that builds its own std