Docs.rs
  • rbdc-sqlite-4.6.0
    • rbdc-sqlite 4.6.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • zhuxiujia
    • Dependencies
      • atoi ^2.0 normal
      • bytes ^1.1.0 normal
      • either ^1.6.1 normal
      • flume ^0.11.0 normal
      • futures-channel ^0.3.19 normal
      • futures-core ^0.3.19 normal
      • futures-executor ^0.3.19 normal
      • futures-intrusive ^0.5.0 normal
      • futures-util ^0.3.19 normal
      • indexmap ^2.0.0 normal
      • libsqlite3-sys ^0.30.0 normal
      • log ^0.4 normal
      • parking_lot ^0.12.1 normal
      • percent-encoding ^2.1.0 normal
      • rbdc ^4.6 normal optional
      • rbs ^4.6 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • smallvec ^1.7.0 normal
      • url ^2.2.2 normal
      • tokio ^1 dev
    • Versions
    • 26.14% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rbdc_sqlite4.6.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • arguments::SqliteArguments
  • column::SqliteColumn
  • connection::ConnectionState
  • connection::LockedSqliteHandle
  • connection::SqliteConnection
  • database::Sqlite
  • driver::SqliteDriver
  • error::SqliteError
  • options::SqliteConnectOptions
  • query::SqliteQuery
  • query_result::SqliteQueryResult
  • row::SqliteMetaData
  • row::SqliteRow
  • statement::SqliteStatement
  • type_info::SqliteTypeInfo
  • value::SqliteValue
  • value::SqliteValueRef

Enums

  • arguments::SqliteArgumentValue
  • connection::Command
  • encode::IsNull
  • options::SqliteAutoVacuum
  • options::SqliteJournalMode
  • options::SqliteLockingMode
  • options::SqliteSynchronous

Traits

  • decode::Decode
  • encode::Encode
  • type_info::Type