jonaszell97 / Toolbox

This package provides useful utilities for building Swift apps, such as Logging, Maths, Formatting, and others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolbox

A collection of useful utilities for Swift apps.

Installation

Toolbox can be added as a dependency in your project using Swift Package Manager.

// ...
dependencies: [
    .package(url: "https://github.com/jonaszell97/Toolbox.git", from: "0.1.0"),
],
// ...

Documentation

You can find the documentation for this package here.

About

This package provides useful utilities for building Swift apps, such as Logging, Maths, Formatting, and others.

License:MIT License


Languages

Language:Swift 100.0%