hurl/packages/hurl_core
jcamiel f82ed05d9a
Refacto for XML parsing.
Previously, the parser was rather raw: we processed the buffer bytes by bytes, checking if the buffer was a valid XML file.
Now, we use libxml SAX parser to detect the end of the XML.
2023-09-12 12:15:35 +00:00
..
src Refacto for XML parsing. 2023-09-12 12:15:35 +00:00
tests Documents Reader and use idiomatic naming for methods. 2023-04-16 14:32:46 +02:00
Cargo.toml Refacto for XML parsing. 2023-09-12 12:15:35 +00:00
README.md add README in each crate 2021-09-10 08:17:59 +02:00

hurl_core

The hurl_core crate provides the common functionalities used by both hurl and hurlfmt.