Docs.rs
  • rsql-rs-0.2.0
    • rsql-rs 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • UkonnRa
    • Dependencies
      • anyhow ~1.0 normal
      • env_logger ~0.7 normal
      • frunk ~0.3 normal
      • lazy_static ~1.4 normal
      • log ~0.4 normal
      • pest ~2.0 normal
      • pest_derive ~2.0 normal
      • regex ^1 normal
      • serde ~1.0 normal
      • serde_json ~1.0 normal
      • strum ~0.16 normal
      • strum_macros ~0.16 normal
      • thiserror ~1.0 normal
    • Versions
    • 0% 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

rsql_rs0.2.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits

List of all items

Structs

  • ast::comparison::Comparison
  • ast::comparison::EQUAL
  • ast::comparison::GREATER_THAN
  • ast::comparison::GREATER_THAN_OR_EQUAL
  • ast::comparison::IN
  • ast::comparison::LESS_THAN
  • ast::comparison::LESS_THAN_OR_EQUAL
  • ast::comparison::NOT_EQUAL
  • ast::comparison::OUT
  • ast::constraint::Arguments
  • ast::constraint::Constraint
  • parser::fiql::FiqlParser
  • parser::rsql::RsqlParser

Enums

  • QueryType
  • ast::Operator
  • ast::expr::Expr
  • error::ParserError
  • parser::fiql::Rule
  • parser::rsql::Rule

Traits

  • parser::Parser

Macros

  • gen_parser
  • gen_parser_to_node