|
10 | 10 |
|
11 | 11 | <h4 align="center">
|
12 | 12 | <a href="https://github.com/meilisearch/MeiliSearch">MeiliSearch</a> |
|
| 13 | + <a href="https://docs.meilisearch.com">Documentation</a> | |
13 | 14 | <a href="https://www.meilisearch.com">Website</a> |
|
14 | 15 | <a href="https://blog.meilisearch.com">Blog</a> |
|
15 | 16 | <a href="https://twitter.com/meilisearch">Twitter</a> |
|
16 |
| - <a href="https://docs.meilisearch.com">Documentation</a> | |
17 | 17 | <a href="https://docs.meilisearch.com/faq">FAQ</a>
|
18 | 18 | </h4>
|
19 | 19 |
|
|
23 | 23 | <a href="https://github.com/meilisearch/meilisearch-rust/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational" alt="License"></a>
|
24 | 24 | <a href="https://github.com/meilisearch/MeiliSearch/discussions" alt="Discussions"><img src="https://img.shields.io/badge/github-discussions-red" /></a>
|
25 | 25 | <a href="https://slack.meilisearch.com"><img src="https://img.shields.io/badge/slack-MeiliSearch-blue.svg?logo=slack" alt="Slack"></a>
|
| 26 | + <a href="https://app.bors.tech/repositories/28502"><img src="https://bors.tech/images/badge_small.svg" alt="Bors enabled"></a> |
26 | 27 | </p>
|
27 | 28 |
|
28 |
| -<p align="center">⚡ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine MeiliSearch client written in Rust</p> |
| 29 | +<p align="center">⚡ The MeiliSearch API client written for Rust 🦀</p> |
29 | 30 |
|
30 |
| -**MeiliSearch Rust** is a client for **MeiliSearch** written in Rust. **MeiliSearch** is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such as typo-tolerance, filters, and synonyms are provided out-of-the-box. |
| 31 | +**MeiliSearch Rust** is the MeiliSearch API client for Rust developers. **MeiliSearch** is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such as typo-tolerance, filters, facets, and synonyms are provided out-of-the-box. |
31 | 32 |
|
32 | 33 | ## Table of Contents
|
33 | 34 |
|
| 35 | +- [📖 Documentation](#-documentation) |
34 | 36 | - [🔧 Installation](#-installation)
|
35 | 37 | - [🚀 Getting Started](#-getting-started)
|
36 | 38 | - [🌐 Running in the Browser with WASM](#-running-in-the-browser-with-wasm)
|
37 | 39 | - [🤖 Compatibility with MeiliSearch](#-compatibility-with-meilisearch)
|
38 | 40 | - [⚙️ Development Workflow and Contributing](#️-development-workflow-and-contributing)
|
39 | 41 |
|
| 42 | +## 📖 Documentation |
| 43 | + |
| 44 | +See our [Documentation](https://docs.meilisearch.com/guides/introduction/quick_start_guide.html) or our [API References](https://docs.meilisearch.com/references/). |
| 45 | + |
40 | 46 | ## 🔧 Installation
|
41 | 47 |
|
42 | 48 | To use `meilisearch-sdk`, add this to your `Cargo.toml`:
|
|
0 commit comments