Bump decoded (#1) Bump decoded Tweak value access Move doc link
Bump decoded (#1)
Bump decoded
Tweak value access
Move doc link
Type-safe and composable validations with versatile output.
Add Validations to your Package.swift file.
Validations
Package.swift
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.
Decoded
import Decoded import Validations
This library’s documentation is created using DocC and can be found here.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Validations
Type-safe and composable validations with versatile output.
Installation
Add
Validations
to yourPackage.swift
file.Import
Decoded
andValidations
to any file you want to use this library in.Documentation
This library’s documentation is created using DocC and can be found here.