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)
- Host: GitHub
- URL: https://github.com/ole/asyncxmlparsing
- Owner: ole
- Created: 2021-07-19T19:12:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T19:19:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T09:41:39.385Z (over 1 year ago)
- Language: Swift
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.