Docs.rs
  • postgrest-query-parser-0.1.0
    • postgrest-query-parser 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • thomas9911
    • Dependencies
      • peekmore ^1.2 normal
      • thiserror ^1.0 normal
    • Versions
    • 1.54% of the crate is documented
  • 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

postgrest_query_parser0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Type Aliases

List of all items

Structs

  • ast::Ast
  • ast::filter::InnerFilter
  • ast::order::Order
  • ast::order::OrderItem
  • ast::select::FieldKey
  • ast::select::Select
  • lexer::Lexer
  • lexer::Span
  • lexer::Token
  • lexer::Tokenizer

Enums

  • ast::filter::Filter
  • ast::filter::Operator
  • ast::filter::Path
  • ast::order::NullOption
  • ast::order::Operator
  • ast::select::Field
  • ast::select::JsonPathFormat
  • error::Error
  • lexer::SpanType
  • lexer::TokenType

Type Aliases

  • ast::filter::Value

Constants

  • ast::LIMIT
  • ast::OFFSET
  • ast::ORDER
  • ast::RESERVED_KEYWORDS
  • ast::SELECT
  • ast::filter::consts::ADJ
  • ast::filter::consts::ALL
  • ast::filter::consts::AND
  • ast::filter::consts::ANY
  • ast::filter::consts::CD
  • ast::filter::consts::CS
  • ast::filter::consts::EQ
  • ast::filter::consts::FTS
  • ast::filter::consts::GT
  • ast::filter::consts::GTE
  • ast::filter::consts::ILIKE
  • ast::filter::consts::IMATCH
  • ast::filter::consts::IN
  • ast::filter::consts::IS
  • ast::filter::consts::ISDISTINCT
  • ast::filter::consts::LIKE
  • ast::filter::consts::LT
  • ast::filter::consts::LTE
  • ast::filter::consts::MATCH
  • ast::filter::consts::NEQ
  • ast::filter::consts::NOT
  • ast::filter::consts::NXL
  • ast::filter::consts::NXR
  • ast::filter::consts::OR
  • ast::filter::consts::OV
  • ast::filter::consts::PHFTS
  • ast::filter::consts::PLFTS
  • ast::filter::consts::SL
  • ast::filter::consts::SR
  • ast::filter::consts::WFTS