Skip to content

siemensikkema/Decoded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages