Skip to content

Commit

Permalink
Upgrade text_search deps (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda authored Aug 17, 2024
1 parent 17e5208 commit 020917a
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 102 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# mgcxx (experimental)

A collection of C++ wrappers around Rust libraries.
A collection of C++ wrappers around non-C++ libraries.
The list includes:
* full-text search enabled by [tantivy](https://github.com/quickwit-oss/tantivy)
Requirements:
* cmake 3.15+
* rustup toolchain 1.75.0+

## How to build and test?

```
mkdir build && cd build
cmake ..
make && ctest
```

## text_search

Expand Down
Loading

0 comments on commit 020917a

Please sign in to comment.