BrainBlasted / qwant-api

Rust wrapper for the unofficial Qwant search API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qwant-api-rs

A WIP API wrapper for the Qwant search engine, written in Rust. This is a work-in-progress project, based off of an undocumented, unofficial API for Qwant at <api.qwant.com>, and requiring nigtly Rust. Take that as you will. I highly recommend that you do not use this for any serious application due to the nature of it.

Contributing

The best thing you could do to help this project is to help document the API. There are a few things that I am unsure of just from looking at the JSON. Most of the documentation I have so far is in the doc comments.

You could also contribute by providing suggestions**(preferred)** or PRs for things marked by // TODO:. Suggestions are preferred because this is a learning project for Rust, APIs, and Serde.

Licensing

Qwant API
Copyright (C) 2018  Christopher Davis

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

Rust wrapper for the unofficial Qwant search API

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%