Docs.rs
  • wgsl-parser-0.5.0
    • wgsl-parser 0.5.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dannymcgee
    • Dependencies
      • bitflags ^2.5 normal
      • gramatika ^0.6.0 normal
      • itertools ^0.12 normal
      • lazy_static ^1.4 normal
      • lsp-types ^0.95 normal optional
      • parking_lot ^0.12 normal
      • criterion ^0.3 dev
      • parking_lot ^0.12 dev
      • similar ^2.1 dev
    • Versions
    • 8.84% 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

wgsl_parser0.5.0

Module expr

Module Items

  • Structs
  • Enums

In crate wgsl_parser

wgsl_parser

Module expr

Source
Expand description

A module for the syntax nodes representing WGSL expressions.

Structs§

BinaryExpr
BitcastExpr
FnCallExpr
GroupExpr
NamespacedIdent
NamespacedIdentBuilder
PostfixExpr
PrimaryExpr
TypeCtorExpr
UnaryPostExpr
UnaryPreExpr

Enums§

Accessor
Expr
IdentExpr
IdentExprBuilder