docs.rs failed to build libsimple-0.9.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libsimple-0.6.1
libsimple
Description
Rust bindings to simple, a SQLite3 fts5 tokenizer which supports Chinese and PinYin.
Usage
Add this to your Cargo.toml:
[]
= "~0.9"
Example
use Result;
use tempdir;
Patches
Note that since version 0.9.0, sqlite3_simple_init has been split into sqlite3_simple_init and sqlite3_simpletokenizer_init.
This is a fix for users who use SqlCipher.
If the fts5 tokenizer is loaded by sqlite3_auto_extension,
users will not have the opportunity to set the key,
resulting in automatic extension loading failed: file is not a database.
After applying this:
#
License
Licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT)
Version map
This is the compatible version map between libsimple and rusqlite:
libsimple version |
rusqlite version |
|---|---|
| =0.9.0 | >=0.32,<1.0 |
| =0.8.0 | >=0.32,<1.0 |
| =0.7.1 | >=0.32,<1.0 |
| =0.7.0 | >=0.32,<1.0 |
| =0.6.1 | >=0.32,<1.0 |
| =0.6.0 | >=0.32,<1.0 |
| =0.5.0 | ~0.35 |
| =0.4.0 | ~0.34 |
| =0.3.7 | ~0.34 |
| =0.3.6 | ~0.33 |
| =0.3.5 | ~0.33 |
| =0.3.4 | ~0.32 |
| =0.3.3 | ~0.32 |
| =0.3.2 | ~0.32 |
| =0.3.1 | ~0.32 |
| =0.3.0 | ~0.31 |
| =0.2.2 | ~0.31 |
| =0.2.1 | ~0.31 |
| =0.2.0 | ~0.31 |
| =0.1.0 | ~0.31 |