Docs.rs
  • wgsl-parse-0.2.0
    • wgsl-parse 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • k2d222
    • Dependencies
      • annotate-snippets ^0.11.4 normal
      • derive_more ^2.0.1 normal
      • itertools ^0.14.0 normal
      • lalrpop-util ^0.22.1 normal
      • lexical ^7.0.4 normal
      • logos ^0.15.0 normal
      • serde ^1.0.215 normal optional
      • thiserror ^2.0.12 normal
      • tokrepr ^0.1.0 normal optional
      • lalrpop ^0.22.1 build
    • Versions
    • 33.18% 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_parse0.2.0

Module parser

Module Items

  • Structs
  • Traits
  • Functions

In crate wgsl_parse

wgsl_parse

Module parser

Source

Structs§

ExpressionParser
GlobalDeclParser
GlobalDirectiveParser
LiteralParser
StatementParser
TranslationUnitParser
TryTemplateListParser

Traits§

__ToTriple

Functions§

parse_str
Parse a string into a syntax tree (TranslationUnit).
recognize_str
Test whether a string represent a valid WGSL module (TranslationUnit).
recognize_template_list