Categorygithub.com/seanpfeifer/rigging
module
0.3.4
Repository: https://github.com/seanpfeifer/rigging.git
Documentation: pkg.go.dev

# README

Rigging

The nautical noun - components that support the masts and sails.

A low-dependency Go library containing simple functionality for kicking off projects (eg, logging, password hashing, file loading, basic asserts). Ideally this helps reduce the number of decisions when starting a new project.

These packages may experience breaking changes, and so shouldn't be used at all. This may change as this project evolves, but for now it is not expected to have stable APIs.

# Packages

Package assert provides a very simple set of functions to improve readability of tests.
Package fileload contains commonly used file loading functions.
Package gmath includes useful math funcs for games, graphics, and GUIs.
Package hashing contains simple hashing functionality.
Package logging contains very general utility functions for logging.
No description provided by the author
Package password contains password hashing + verification functionality.
Package ptr contains utility functions for dealing with pointers.
No description provided by the author