Arun Mani J

Quack

3 February 2022
cover.webp
LanguageRust
Repositoryhttps://gitlab.com/arun-mani-j/quack

Quack is a command-line app to search the web via DuckDuckGo. It uses DDG’s API to fetch the instant answers and results.

The project is very simple in nature with the main objective to learn and try out Rust for something realistic. The app uses reqwest for the HTTP requests, clap for command-line handling and serde_json to parse JSON.