# Functions

DevMode indicates whether the project is running in development mode.
RandomBase64String encodes a random base64 string of a given length.
RandomBytes returns a byte slice of random values of the given length.
RandomHexString generates a random string of the provided length.
Root returns the filepath to the root of this project.
TestContext returns a context with test values pre-populated.
TestLogger returns a logger configured for test.
TrimSpace trims space and "zero-width no-break space".
TrimSpaceAndNonPrintable trims spaces and non-printable chars from the beginning and end of a string.