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
- Host: GitHub
- URL: https://github.com/tbxark/either
- Owner: TBXark
- License: mit
- Created: 2021-03-05T06:24:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T15:34:52.000Z (9 months ago)
- Last Synced: 2025-02-20T23:20:17.114Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Either
[](https://cocoapods.org/pods/Either)
[](https://cocoapods.org/pods/Either)
[](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.