Docs.rs
  • rustdb-4.0.23
    • rustdb 4.0.23
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • georgebarwood
    • Dependencies
      • rustc-hash ^1.1.0 normal
      • serde ^1.0.131 normal
      • rand ^0.8.4 dev
      • sqlite ^0.32.0 dev
    • Versions
    • 100% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rustdb4.0.23

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • Database
  • EvalEnv
  • MData
  • atomfile::AtomicFile
  • expr::Block
  • expr::Expr
  • expr::ObjRef
  • expr::SelectExpression
  • gentrans::GenQuery
  • gentrans::GenResponse
  • gentrans::GenTransaction
  • gentrans::Part
  • pstore::AccessPagedData
  • pstore::GHeap
  • pstore::HeapNode
  • pstore::PageInfo
  • pstore::SharedPagedData
  • pstore::Stash
  • stg::MemFile
  • stg::SimpleFileStorage
  • value::Code

Enums

  • CompileFunc
  • expr::AssignOp
  • expr::DataKind
  • expr::ExprIs
  • expr::TableExpression
  • expr::Token
  • value::Value

Traits

  • CExp
  • Transaction
  • stg::Storage

Functions

  • builtin::check_types
  • builtin::standard_builtins
  • compile::c_bool
  • compile::c_call
  • compile::c_check
  • compile::c_delete
  • compile::c_float
  • compile::c_for
  • compile::c_function
  • compile::c_int
  • compile::c_select
  • compile::c_table
  • compile::c_te
  • compile::c_update
  • compile::c_value
  • compile::c_where
  • compile::name_to_col
  • compile::name_to_colnum
  • compile::push
  • expr::data_kind
  • expr::data_size
  • value::get_bytes
  • value::save_bytes

Type Aliases

  • BuiltinMap
  • CExpPtr
  • DB
  • Data
  • expr::Assigns
  • expr::DataType
  • pstore::PageInfoPtr