# Packages
Package fsmtool contains tools for creating FSMs, particularly transitioning between states.
# Functions
NewStringSet creates a new string set instance.
NewZeroconfRegistry creates a new zeroconf server.
RandomID returns a random ID.
TimeCall times the call and prints out the execution time in milliseconds in the go standard log.
# Structs
ConsoleProgress prints an 80-character progress bar on the console for values between [0, Max].
StringSet is a collection of nodes.
ZeroconfRegistry is the type for a zeroconf registry.