Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-04-03 | feat: xml logging | 1 | -25/+45 | ||
2025-02-25 | cleanup | 1 | -82/+79 | ||
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 | 1 | -93/+275 | ||
2024-11-11 | add non-streaming parsers | 1 | -17/+2 | ||
2024-11-11 | impl Stream for Reader | 1 | -3/+0 | ||
2024-11-10 | WIP: impl Stream for Reader | 1 | -0/+17 | ||
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 | 1 | -4/+4 | ||
2024-11-01 | WIP: XML composers | 1 | -54/+77 | ||
2024-11-01 | change contents of Names and Nmtokens to Vecs | 1 | -6/+6 | ||
2024-10-31 | fix CDSect parse test regression | 1 | -1/+4 | ||
2024-10-31 | refactor parsers into Parser trait implementations | 1 | -0/+1502 | ||
2024-06-27 | namespace parsing | 1 | -0/+1 | ||