Skip to content

bradleybonitatibus/rig

Repository files navigation

rig

A package with some helpful abstractions and utilities.

Contents

  • algorithm contains generic functions that are similar to the C++ Standard Template Library (<algorithm.h>).

  • containers has various "container" like abstractions. Currently only a Stack generics implementation exists, but hoping to expand to match something similar to the C++ containers defined in absl

  • pg has a database/sql connection struct and some database helpers specific to postgres.

  • utils has miscellaneous utilities.