mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-01 12:40:51 +08:00
Update doc links to docs.rs
This commit is contained in:
parent
bf8c495b69
commit
74db4f3ffa
@ -4,7 +4,7 @@ version = "0.7.3"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
description = "Ergonomic wrapper for SQLite"
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
documentation = "http://jgallagher.github.io/rusqlite/rusqlite/index.html"
|
||||
documentation = "http://docs.rs/rusqlite/"
|
||||
readme = "README.md"
|
||||
keywords = ["sqlite", "database", "ffi"]
|
||||
license = "MIT"
|
||||
@ -13,6 +13,7 @@ license = "MIT"
|
||||
name = "rusqlite"
|
||||
|
||||
[features]
|
||||
default = ["backup", "blob", "chrono", "functions", "load_extension", "serde_json", "trace"]
|
||||
load_extension = []
|
||||
backup = []
|
||||
blob = []
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
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
|
||||
[API documentation](http://jgallagher.github.io/rusqlite/rusqlite/index.html).
|
||||
[API documentation](http://docs.rs/rusqlite/).
|
||||
|
||||
```rust
|
||||
extern crate rusqlite;
|
||||
|
Loading…
x
Reference in New Issue
Block a user