Skip to content

Commit

Permalink
Add Rust example (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfenjin authored Apr 16, 2024
1 parent 473fc89 commit 3fe428e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> [!TIP]
> 新增:[Rust Crate](https://github.com/wangfenjin/simple/issues/148) ! 感谢 [xuxiaocheng0201](https://github.com/xuxiaocheng0201/libsimple/)
[![Downloads](https://img.shields.io/github/downloads/wangfenjin/simple/total)](https://img.shields.io/github/downloads/wangfenjin/simple/total)
[![build](https://github.com/wangfenjin/simple/workflows/CI/badge.svg)](https://github.com/wangfenjin/simple/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/wangfenjin/simple/branch/master/graph/badge.svg?token=8SHLFZ3RB4)](https://codecov.io/gh/wangfenjin/simple)
Expand All @@ -16,7 +19,6 @@ simple 是一个支持中文和拼音的 [sqlite3 fts5](https://www.sqlite.org/f

### 代码使用


* 下载已经编译好的插件:https://github.com/wangfenjin/simple/releases 参考 examples 目录,目前已经有 c++, python, go 和 node-sqlite3 的例子。
* iOS可以参考:
- [#73](https://github.com/wangfenjin/simple/pull/73)
Expand All @@ -25,6 +27,7 @@ simple 是一个支持中文和拼音的 [sqlite3 fts5](https://www.sqlite.org/f
* 在 Rust 中使用的例子 https://github.com/wangfenjin/simple/issues/89 https://github.com/fundon/tiny-docs-se
* Java 例子 https://github.com/wangfenjin/sqlite-java-connect
* C# 例子 https://github.com/dudylan/SqliteCheck/
* Rust 例子 https://github.com/xuxiaocheng0201/libsimple/

### 命令行使用

Expand Down

0 comments on commit 3fe428e

Please sign in to comment.