Skip to content

dwb357/asutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asutils - a collection of utilties for Swift and SwiftUI development

mockables

A collection of @mockable interfaces that mimic standard Foundation interfaces.

Currently supported are:

  • URLSession which provides:
    • URLSessionProtocol - per URLSession
    • URLSessionTaskProtocol - per URLSessionTask
    • URLSessionDataTaskProtocol - per URLSessionDataTask
    • URLSessionDownloadTaskProtocol - per URLSessionDownloadTask
    • URLSessionStreamTaskProtocol - per URLSessionStreamTask
    • URLSessionUploadTaskProtocol - per URLSessionUploadTask
    • URLSessionWebSocketTaskProtocol - per URLSessionWebSocketTask

core

A collection of utilities for Swift development.

Currently supported are:

  • logging - a generic logging package that supports logging to a variety of targets including files and macOS system log.

About

Misc tools and utilities for Swift and SwiftUI development

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages