A package with some helpful abstractions and utilities.
-
algorithm
contains generic functions that are similar to the C++ Standard Template Library (<algorithm.h>
). -
containers
has various "container" like abstractions. Currently only aStack
generics implementation exists, but hoping to expand to match something similar to the C++ containers defined inabsl
-
pg
has adatabase/sql
connection struct and some database helpers specific topostgres
. -
utils
has miscellaneous utilities.