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.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Validations
Type-safe and composable validations with versatile output.
Installation
Add
Validationsto yourPackage.swiftfile.Import
DecodedandValidationsto any file you want to use this library in.Documentation
This library’s documentation is created using DocC and can be found here.