|
|
|
|
|
by fabricereix
1722 days ago
|
|
You don't need a Rust compiler as prebuilt binaries are available for your system.
https://hurl.dev/docs/installation.html Relating to the choice of Rust, we think that it is the best language for this type of command-line tool.
Performant like C/C++, but way safer to develop.
And using native existing libs such as libcurl is possible. |
|