hurl/packages/hurl_core
Luke Mondy db486f9695
Add htmlEscape and htmlUnescape filters
These filters use the html_escape crate (inspired by the use of the percent_encoding crate) to escape and unescape html.
2022-12-07 08:17:21 +11:00
..
src Add htmlEscape and htmlUnescape filters 2022-12-07 08:17:21 +11:00
tests Update copyright for 2022 2022-01-12 17:14:40 +01:00
Cargo.toml Update 1.9.0-SNAPSHOT to 2.0.0 due to major breaking change. 2022-11-29 15:51:29 +01: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.