Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-11-20 | WIP: write start tag of element | 1 | -7/+94 | ||
2024-11-19 | store only namespace name in qualified name, not namespace declaration | 1 | -0/+13 | ||
2024-11-11 | move Parser traits' generic outputs into associated types | 2 | -186/+550 | ||
2024-11-11 | add non-streaming parsers | 2 | -0/+1523 | ||
2024-11-11 | impl Stream for Reader | 2 | -4/+1 | ||
2024-11-10 | WIP: impl Stream for Reader | 3 | -1/+35 | ||
2024-11-10 | implement element reading | 1 | -16/+225 | ||
2024-11-02 | fix NCName and AttValue parsers | 1 | -16/+10 | ||
2024-11-02 | fix NCName parser | 1 | -1/+1 | ||
2024-11-02 | implement XML composers | 3 | -25/+788 | ||
2024-11-01 | WIP: XML composers | 3 | -66/+846 | ||
2024-11-01 | change contents of Names and Nmtokens to Vecs | 2 | -10/+9 | ||
2024-10-31 | fix build | 1 | -1/+1 | ||
2024-10-31 | fix CDSect parse test regression | 1 | -1/+4 | ||
2024-10-31 | refactor parsers into Parser trait implementations | 2 | -1089/+1653 | ||
2024-06-27 | namespace parsing | 2 | -0/+1526 | ||