Skip to content

1.0.0 - MVP

Compare
Choose a tag to compare
@KyNorthstar KyNorthstar released this 06 Oct 06:54
· 0 commits to develop since this release
  • SpecialString - Leverage Swift's powerful type system to make sure no two kinds of string are mixed up
  • EssentiallyAString - The backbone of the handy ergonomics of SpecialString
  • Premade special strings
    • UnsafeUserInput - Unsafe user input. It must be sanitized before it can be safely used.
    • SanitizedUserInput - User input which has gone through some process and can now be deemed safe to use.
    • Password - A password. It must never be serialized as a plaintext string.