xml_sax

Crates.ioxml_sax
lib.rsxml_sax
version0.1.0
sourcesrc
created_at2017-03-04 23:17:31.556406
updated_at2021-12-05 06:26:07.325532
descriptionA convenient XML SAX interface which can have several implementations. Current implementations: xml_oxide.
homepage
repositoryhttps://github.com/fatihpense/rust_xml_sax
max_upload_size
id8814
size5,776
Fatih Pense (fatihpense)

documentation

README

xml_sax crates.io

You don't need to add this library to your dependencies.

Currently, only xml_oxide library implements this library and it is copied inside the library.

After failed experiments I settled with a pull parser. If you want to use xml_sax interface to implement another parser we can discuss to improve the interface and options for having a single interface & multiple implementations.

Commit count: 10

cargo fmt