sqlite3-src 0.4.0

The package provides SQLite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: rust

os:
  - linux
  - osx

rust:
  - stable
  - beta
  - nightly

script:
  - cargo test --features=bundled --verbose

notifications:
  email: false