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

https://github.com/ole/asyncxmlparsing

An AsyncSequence wrapper for Foundation’s XMLParser (experimental)
https://github.com/ole/asyncxmlparsing

Last synced: over 1 year ago
JSON representation

An AsyncSequence wrapper for Foundation’s XMLParser (experimental)

Awesome Lists containing this project

README

          

An [`AsyncSequence`](https://developer.apple.com/documentation/swift/asyncsequence) wrapper for Foundation’s [`XMLParser`](https://developer.apple.com/documentation/foundation/xmlparser).

Completely experimental, not intended for production use.

Note: The code is packaged in an iOS 15 app because this is currently the easiest environment for me to run async/await code. Run the unit tests in the iOS simulator to see the code in action.