Docs.rs
  • taitan-orm-parser-0.1.11
    • taitan-orm-parser 0.1.11
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • thegenius
    • Dependencies
      • case ^1.0 normal
      • nom ^7.0.0 normal
      • proc-macro2 ^1.0 normal
      • quote ^1.0 normal
      • regex ^1.11.1 normal
      • rinja ^0.3.5 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_yaml ^0.9.33 normal
      • sqlparser ^0.55.0 normal
      • syn ^2.0.99 normal
      • taitan-orm-tracing ^0.1.11 normal
      • sqlx ^0.8.2 dev
      • taitan-orm-tracing ^0.1.11 dev
      • tracing ^0.1 dev
      • tracing-subscriber ^0.3.18 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

taitan_orm_parser0.1.11

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • AtomicStream
  • ConditionDef
  • ConditionParser
  • EntityTraitImplGenerator
  • FieldAttrParser
  • FieldDef
  • FieldMapper
  • IndexStructGenerator
  • InputParser
  • LifetimeParser
  • LocationEnumGenerator
  • LocationTraitImplGenerator
  • MutationStructGenerator
  • MutationTraitImplGenerator
  • NamedVariant
  • NamedVariantDef
  • Number
  • OrderByStructGenerator
  • ParameterTraitImplGenerator
  • ParsedField
  • SelectedDefaultImplGenerator
  • SelectedStructGenerator
  • SelectedTraitImplGenerator
  • SqlGenerator
  • SqlTemplate
  • TableColumnDef
  • TableDef
  • TemplateArgTraitImplGenerator
  • TemplateTraitImplGenerator
  • VariableChain
  • attr_parser::AttrParser
  • attr_parser::NamedAttribute
  • attr_parser::NamedAttributes
  • template::AtomicStream
  • template::GenericAtomicStream
  • template::Number
  • template::SqlTemplate
  • template::VariableChain

Enums

  • Atomic
  • DatabaseType
  • FieldName
  • FieldTokenType
  • IndexEnum
  • Operator
  • Placeholder
  • RawPlaceholder
  • Sign
  • SimpleExpr
  • SqlPart
  • SqlType
  • Variable
  • template::ArithmeticExpr
  • template::ArithmeticOp
  • template::Atomic
  • template::BoolValue
  • template::CompareOp
  • template::GenericAtomic
  • template::GenericExpr
  • template::GenericValue
  • template::ListInOp
  • template::LogicExpr
  • template::LogicOp
  • template::MatchOp
  • template::MaybeValue
  • template::MySqlAtomic
  • template::NumberValue
  • template::Operator
  • template::Placeholder
  • template::PostgresAtomic
  • template::RawPlaceholder
  • template::Sign
  • template::SimpleExpr
  • template::SqlPart
  • template::SqliteAtomic
  • template::TemplatePart
  • template::TextExpr
  • template::TextValue
  • template::Variable

Traits

  • KeywordsEscaper
  • ToSqlSegment
  • template::ToSqlSegment