docs.rs failed to build libsimple-0.1.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.1"
Example
use Result;
use tempdir;
Note
To build this crate,
please make sure you have installed make and cmake.
This crate will clone the cppjieba from GitHub when you build, so make sure you have the network access.
License
Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)