Skip to content

siemensikkema/Validations

Repository files navigation

Validations

Type-safe and composable validations with versatile output.

See the full documentation.

Installation

Add Validations to your Package.swift file.

dependencies: [
    ...
    .package(url: "https://github.com/siemensikkema/Validations.git", from: "0.2.0"),
]
...
targets: [
    .target(
        name: "MyTarget",
        dependencies: [
            ...
            "Validations",
        ]
    )
]

Import Decoded and Validations to any file you want to use this library in.

import Decoded
import Validations

About

Validations framework for Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages