A package with some helpful abstractions and utilities.
-
algorithmcontains generic functions that are similar to the C++ Standard Template Library (<algorithm.h>). -
containershas various "container" like abstractions. Currently only aStackgenerics implementation exists, but hoping to expand to match something similar to the C++ containers defined inabsl -
pghas adatabase/sqlconnection struct and some database helpers specific topostgres. -
utilshas miscellaneous utilities.