Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add namespace support to Writer
Closes #40 In addition to the new namespace-aware functions, this commit brings several other enhancements: - The element name has been removed as an argument of `elementEnd`. The writer now keeps track of the current open element automatically. - Doctests have been added for all public writer functions. - Doc comments have been added for all public writer functions.
- Loading branch information