mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-26 19:41:37 +08:00
Merge pull request #309 from jgallagher/gwenn-doc-rs
Update doc links to docs.rs
This commit is contained in:
commit
e1401359df
@ -4,7 +4,7 @@ version = "0.12.0"
|
|||||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||||
description = "Ergonomic wrapper for SQLite"
|
description = "Ergonomic wrapper for SQLite"
|
||||||
repository = "https://github.com/jgallagher/rusqlite"
|
repository = "https://github.com/jgallagher/rusqlite"
|
||||||
documentation = "http://jgallagher.github.io/rusqlite/rusqlite/index.html"
|
documentation = "http://docs.rs/rusqlite/"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["sqlite", "database", "ffi"]
|
keywords = ["sqlite", "database", "ffi"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -50,3 +50,9 @@ harness = false
|
|||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "deny_single_threaded_sqlite_config"
|
name = "deny_single_threaded_sqlite_config"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
features = [ "backup", "blob", "chrono", "functions", "limits", "load_extension", "serde_json", "trace" ]
|
||||||
|
all-features = false
|
||||||
|
no-default-features = true
|
||||||
|
default-target = "x86_64-unknown-linux-gnu"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Rusqlite is an ergonomic wrapper for using SQLite from Rust. It attempts to expose
|
Rusqlite is an ergonomic wrapper for using SQLite from Rust. It attempts to expose
|
||||||
an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres). View the full
|
an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres). View the full
|
||||||
[API documentation](http://jgallagher.github.io/rusqlite/rusqlite/index.html).
|
[API documentation](http://docs.rs/rusqlite/).
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
extern crate rusqlite;
|
extern crate rusqlite;
|
||||||
|
Loading…
Reference in New Issue
Block a user