Pinned Repositories
amark
Another markup language. Nothing special or complicated but the parser is quite fast.
aoc2021
My Advent of Code implementation written in C
axum_either
Data type to parse axum requests as one of multiple types or to respond with one of multiple types
bevy_jam2
Game submission for the second bevy jam
Chasement
A simulation language for a PDA with two stacks
Crabscript
first_steps_in_python
A small Python course for beginners
rtools
A set of pedantic rust tools
Sashimi
A programming language im writing for fun (working titel)
webdev-nodejs
A simple node js course aimed for creating small web apps in team projects
DrSloth's Repositories
DrSloth/axum_either
Data type to parse axum requests as one of multiple types or to respond with one of multiple types
DrSloth/rtools
A set of pedantic rust tools
DrSloth/amark
Another markup language. Nothing special or complicated but the parser is quite fast.
DrSloth/dashmap
Blazing fast concurrent HashMap for Rust.
DrSloth/arduino_installer_gui
A simple installer gui to install binaries to avr/arduino devices based on ravedude (requires avrdude)
DrSloth/avr-progmem-rs
Progmem utility for the AVR architecture
DrSloth/basm
A simple and stupid assembly like language that compiles to brainfuck to learn some winnow/nom
DrSloth/cda
C dynamic array. A small c vector implementation for fun and profit.
DrSloth/cologne_pg
Cologne phonetics integration for postgres via pgrx
DrSloth/cologne_phonetics
Crate to generate phonetic cologne codes for utf8 strings.
DrSloth/cvector
Stupid C vector library
DrSloth/embedded-graphics
A no_std graphics library for embedded applications
DrSloth/embedded_font_generator
Generator for small font files used for embedded programming
DrSloth/etude_php_symfony
Very simple freelancer time tracking tool built with php symfony
DrSloth/handmade_game
A completely handmade game as little as possible dependencies written in rust (name pending)
DrSloth/hcat
An extremely minimal cat implementation without libc
DrSloth/icu4x
Solving i18n for client-side and resource-constrained environments.
DrSloth/lightningcss
An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.
DrSloth/lz4-rs
Rust LZ4 bindings
DrSloth/markup.rs
A blazing fast, type-safe template engine for Rust.
DrSloth/memconstruct
Safely construct memory directly on the heap.
DrSloth/mmcp_client
DrSloth/sh1106
SH1106 driver for use with embedded_hal and (optionally) embedded_graphics
DrSloth/srestricted
Length restricted Rust collections
DrSloth/struson
Streaming JSON reader and writer written in Rust
DrSloth/target_feature_check
Get the target features supported by the cpu
DrSloth/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
DrSloth/tokio-uring
An io_uring backed runtime for Rust
DrSloth/unreachable_checked
A fork of https://github.com/Kixunil/dont_panic but uses unreachable! instead of panic!
DrSloth/winit
Window handling library in pure Rust