hurl/packages/hurl_core
jcamiel a34480120e
Change choice parser function signature to take a slice as argument.
With a slice as argument, we can use a vec or an array. In Hurl code, we use choice with array only.
We also change the implementation to remove the recursive call (and unncessary clone)
2022-11-15 14:03:13 +01:00
..
src Change choice parser function signature to take a slice as argument. 2022-11-15 14:03:13 +01:00
tests Update copyright for 2022 2022-01-12 17:14:40 +01:00
Cargo.toml Update hurl version to 1.9.0-SNAPSHOT 2022-11-07 13:11:48 +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.