Docs.rs
  • liter-0.0.4
    • liter 0.0.4
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • itsxaos
    • Dependencies
      • construe ^0.0.3 normal
      • liter_derive ^0.0.4 normal
      • rusqlite ^0.30 normal
    • Versions
    • 14.38% of the crate is documented
  • 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

liter0.0.4

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Attribute Macros
  • Derive Macros
?
Change settings

List of all items

Structs

  • Database
  • Id
  • Ref
  • column::ColumnDef
  • meta::tuple::marker::Many
  • meta::tuple::marker::One
  • table::Check
  • table::NameArrays
  • table::Names
  • table::TableDef
  • types::Binder
  • types::Fetcher
  • value::ForeignKey
  • value::ValueDef

Enums

  • column::Affinity
  • value::Check
  • value::FkConflictAction
  • value::NestedValueDef

Traits

  • column::Column
  • meta::filter::Filter
  • meta::tuple::CloneFromRef
  • meta::tuple::Tuple
  • meta::tuple::marker::Marker
  • meta::validate::IsValidFor
  • meta::validate::PartOf
  • meta::validate::RefsArePartOf
  • meta::validate::ValidFor
  • schema::Schema
  • schema::TableList
  • table::Entry
  • table::HasCompositeKey
  • table::HasKey
  • table::HasSingleKey
  • table::Table
  • types::Bind
  • types::Fetch
  • types::FromSql2
  • types::ToSql2
  • value::Value

Macros

  • table::column_names
  • types::impl_from_to_sql_2
  • util::construe

Attribute Macros

  • database

Derive Macros

  • Table
  • Value

Functions

  • schema::define
  • table::delete
  • table::get_by_key
  • table::insert
  • table::update
  • table::upsert
  • util::invalid_variant

Type Aliases

  • meta::filter::Filtered
  • table::Values
  • util::SqlResult