Pinned Repositories
assert2ify
A macro to switch all assertions against the more powerful assertions from the assert2 crate
blog
My public notepad in blog form
faer-rs
Linear algebra foundation for the Rust programming language
fluent-comparisons
A crate offering a fluent syntax for comparing multiple left hand sides to one common right hand side.
funcpp
A collection of tools to facilitate expressive (maybe even functional) programming. Written in C++17
MetaProgrammingShenanigans
A half-serious repository to collect various meta programming things that don't warrant their own repo.
parse-variants
Derive the Parse trait for enums and use it to comfortably parse either variant of the enum.
roxygen
Add documentation to function arguments in Rust
varpro
A library for least squares fitting of separable, nonlinear models to data.
zigpio
Trying go get some GPIO working using only Zig and no external C libraries
geo-ant's Repositories
geo-ant/zigimg-sdl-test
Playing around with zigimg and sdl2
geo-ant/ziggy-orchard
An implementation of my orchard boardgame simulation in Zig. This is just me getting familiar with the language.
geo-ant/assert2ify
A macro to switch all assertions against the more powerful assertions from the assert2 crate
geo-ant/mwe-unused-attr-with-proc-macro
Minimal Working Example for an error I have encountered with rust proc macros and tests.
geo-ant/CompileTimeKatas
Implementation of coding katas at compile time using Template Metaprogramming for the pure fun of it.
geo-ant/proc-macro-workshop
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
geo-ant/cotiha
Experiments on implementing different constexpr hashfunctions, which can be executed at compile time or runtime.