RxCombine
Bi-directional type bridging between RxSwift
RxCombine provides bi-directional type bridging between RxSwift and Apple's Combine framework. This is highly experimental, and basically just a quickly-put-together PoC. I gladly accept PRs, ideas, opinions, or improvements. Check out the Example App in the ExampleApp folder. Run pod install before opening the project. RxCombine provides several helpers and conversions to help you bridge your existing RxSwift types to Combine. Relays and Subjects can be converted to their Combine-counterparts...