Skip to content

Please add a brand new XML library to the list. #125

@luckydu-henry

Description

@luckydu-henry

Hi, there is a new C++20 xml library recently, it uses std::vector to store XML tree which makes cache friendly, whats more it uses parser combinators and stack to parse xml (without recursive), and has an iterator interface which makes XML text handling much more easier than before.

Also it's cross platform and single header, more importantly its core implementation only contains around 800 lines of codes, making it super lightweight.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions