#rust
Defining the maths to generate intuitive date series
Using unix timestaps for generating a date series has many nuances that must be taken care of. In this writeup, I define a set of algorithms to generate date series that are more intuitive to humans at the expense of being less accurate.
Planting a tree in your rust binary
Imagine a complex data structure embedded right into your binary's .rodata. Ready to use with no deserialization. Now ain't that just cool.