An open API service indexing awesome lists of open source software.

https://github.com/tbxark/either

An implementation of Either type in Swift
https://github.com/tbxark/either

Last synced: 7 months ago
JSON representation

An implementation of Either type in Swift

Awesome Lists containing this project

README

          

# Either

[![Version](https://img.shields.io/cocoapods/v/Either.svg?style=flat)](https://cocoapods.org/pods/Either)
[![License](https://img.shields.io/cocoapods/l/Either.svg?style=flat)](https://cocoapods.org/pods/Either)
[![Platform](https://img.shields.io/cocoapods/p/Either.svg?style=flat)](https://cocoapods.org/pods/Either)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Build

```shell
swift run Generate -f ./Sources/Either/Either.swift
```

## Installation

Either is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'EitherX'
```

## Author

tbxark, tbxark@outlook.com

## License

Either is available under the MIT license. See the LICENSE file for more info.