package
0.2.1
Repository: https://github.com/tagus/crypt.git
Documentation: pkg.go.dev

# Functions

CalculateLevenshteinDistance measures the similarity between the two given strings.
FallbackStr returns the fallback if the given val is empty otherwise returns the normalized val.
FatalIf will panic if the given error is not nil.
Min determines the minimum among the provided values.
NormalizeString normalizes the provided string to remove spaces and be lowercase.
PrintTable prints the given table in a formatted table.

# Structs

TableOpts defines options for the table writer.