wgsl-parser 0.5.0

A zero-copy recursive-descent parser for WebGPU shading language
Documentation
1
2
3
4
5
6
7
8
9
//! [`Display`] and [`Debug`] implementations for WGSL syntax nodes.
//!
//! [`Display`]: std::fmt::Display
//! [`Debug`]: std::fmt::Debug

mod display;
mod tooltip;

pub use tooltip::Tooltip;