Decoded

main

siemensikkema/Decoded

Decoded

CI

Improves Decodable by collecting additional state including decoding errors and null.

Installation

Add Decoded to your Package.swift file.

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

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

import Decoded

Documentation

This library's documentation is created using DocC and can be found here.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Mar 16 2024 22:09:38 GMT-0900 (Hawaii-Aleutian Daylight Time)