Pinned Repositories
advent-of-code-2021
My solutions to Advent of Code 2021, programmed in Rust.
advent_of_code_2024
My 2024 Advent of Code solutions in Rust
AdventOfCode2020
My solutions to Advent of Code 2020
AdventOfCode2022
My solutions to Advent of Code 2022
dnd_5etools_rs
Rust port of the 5etools API
eventree_wrapper
A wrapper around `eventree` that handles parsing and simplifies creating a typed AST
rust-minivm
A port of MiniVM to Rust
serenity-slash-command-framework
A framework that reduces the boilerplate of creating slash commands
Steelbirdy's Repositories
Steelbirdy/rust-minivm
A port of MiniVM to Rust
Steelbirdy/dnd_5etools_rs
Rust port of the 5etools API
Steelbirdy/eventree_wrapper
A wrapper around `eventree` that handles parsing and simplifies creating a typed AST
Steelbirdy/serenity-slash-command-framework
A framework that reduces the boilerplate of creating slash commands
Steelbirdy/advent-of-code-2021
My solutions to Advent of Code 2021, programmed in Rust.
Steelbirdy/advent_of_code_2024
My 2024 Advent of Code solutions in Rust
Steelbirdy/AdventOfCode2022
My solutions to Advent of Code 2022
Steelbirdy/AdventOfCode2023
My Rust solutions to Advent of Code 2023
Steelbirdy/bvh
A fast BVH using SAH in rust
Steelbirdy/CIS3296_ProofOfConcept
Proof of concept for a project proposal in my Software Design class
Steelbirdy/const-list
A type-level list of usize
Steelbirdy/deductions
A simple deduction engine in Rust, based on part of sympy
Steelbirdy/discord-py-interactions
A simple Discord interactions handler for discord.py.
Steelbirdy/eframe_template
The easy way to make a Rust app with a GUI
Steelbirdy/eventree
A library for immutable lossless syntax trees in Rust
Steelbirdy/fmt_duration
strftime-like formatting for std::time::Duration
Steelbirdy/glamour
Strongly typed vector math with glam
Steelbirdy/minivm
A VM That is Dynamic and Fast
Steelbirdy/minivm-asm-rs
Generate minivm-asm using a builder interface
Steelbirdy/patbot
A discord bot I created for a Discord server I'm in with a group of friends
Steelbirdy/poise
Experimental Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
Steelbirdy/pratt2
A rewrite of https://github.com/segeljakt/pratt
Steelbirdy/relevant_xkcd
Retrieves all xkcd comics relevant to the input string
Steelbirdy/rt3
Steelbirdy/rust-dice
A dice-rolling library based on https://github.com/avrae/d20
Steelbirdy/rust_dbot_template
Template for creating discord bots with Serenity in Rust
Steelbirdy/serde_bitflags
(De)serializable bitflag structures based on the bitflags crate
Steelbirdy/songbird
An async Rust library for the Discord voice API
Steelbirdy/stereogram
Steelbirdy/ustr
Fast, FFI-friendly string interning for Rust