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_
parse
0.2.0
Expression
Node
Aliased Type
In wgsl_
parse::
syntax
wgsl_parse
::
syntax
Type Alias
ExpressionNode
Copy item path
Source
pub type ExpressionNode =
Spanned
<
Expression
>;
Aliased Type
ยง
pub struct ExpressionNode {
/* private fields */
}