
approx-derive & approxim
Rust
github.com/jonaspleyer/approx-derive
Provides derive macros for the popular approx crate. Approxim is a fork of approx which includes additional functionality.

Spatial Decomposition
Rust
github.com/jonaspleyer/spatial-decomposition
A crate which can decompose given rectangles into subdomains depending on different criteria. It notably implements the Kong-Mount-Roscoe (KMR) decomposition.

crate2bib
Rust science
github.com/jonaspleyer/crate2bib
A crate to generate a BibTeX entry from a given crate name and optional version number.
peace-of-posters
Typst Science
github.com/jonaspleyer/peace-of-posters
Create scientific posters in Typst.

circ-buffer
Rust
github.com/jonaspleyer/circ-buffer
A no_std crate for a fixed-size statically allocated ring-buffer with optional serde (De)-Serialization.