Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2025-02-25 | implement Clone and other improvements for Error | 1 | -12/+25 | |
2025-02-25 | implement proper errors with thiserror | 1 | -42/+43 | |
2025-01-12 | return error when attempt to read/write more than one root element in document | 1 | -0/+3 | |
2024-12-06 | remove broken stream implementation | 1 | -4/+0 | |
2024-11-29 | add some tracing | 1 | -0/+1 | |
2024-11-28 | create element builder and refactor api | 1 | -1/+25 | |
2024-11-24 | automatically declare default namespaces unless overriden | 1 | -1/+4 | |
2024-11-24 | misc | 1 | -1/+7 | |
2024-11-20 | WIP: write start tag of element | 1 | -0/+1 | |
2024-11-19 | implement end tag match check | 1 | -1/+1 | |
2024-11-19 | store only namespace name in qualified name, not namespace declaration | 1 | -2/+3 | |
2024-11-10 | WIP: impl Stream for Reader | 1 | -0/+1 | |
2024-11-10 | implement reader testing | 1 | -0/+1 | |
2024-11-10 | implement element reading | 1 | -1/+16 | |
2024-06-27 | WIP: stream parsing | 1 | -1/+19 |