docs.rs failed to build rusqlite_regex-0.6.1
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:
rusqlite_regex-0.6.0
rusqlite_regex
Description
A SQLite extension for regular expressions written in pure Rust. Based on rusqlite and regex.
Usage
Add this to your Cargo.toml:
[]
= "~0.6"
Example
Version map
This is the compatible version map between rusqlite_regex and rusqlite:
rusqlite_regex version |
rusqlite version |
|---|---|
| =0.6.1 | >=0.32,<1.0 |
| =0.6.0 | >=0.32,<1.0 (actually <0.38) |
| =0.5.0 | ~0.35 |
| =0.4.0 | ~0.34 |
| =0.3.0 | ~0.33 |
| =0.2.0 | ~0.32 |
| =0.1.0 | ~0.32 |
License
This project is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0) MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.