Versions in this module Expand all Collapse all v1 v1.0.0 May 6, 2024 Changes in this version + var DefaultOptions = CustomSlug + func AddBadCombination(a rune, b rune) + func GenerateSlug(random uint64, size uint) string + func IsHumanReadable(slug string) bool + type CustomSlug struct + CanBe2ConsecutiveLetters bool + HasCapitalLetters bool + HasNumbers bool + func (options *CustomSlug) GenerateSlug(random uint64, size uint) string + func (options *CustomSlug) IsHumanReadable(slug string) bool