Swift Parsing is a package containing parsers for collection and span types.
The package contains two targets, CollectionParsing and SpanParsing.
- CollectionParsing provides a
Parser<Subject: Collection>that can parse strings, arrays, data, or any other SwiftCollection. - SpanParsing provides a
ParserSpan<Element>that can parse any other SwiftSpan<Element>.