| ast.rs |
|
13691 |
- |
| conv.rs |
|
25876 |
- |
| directive |
|
|
- |
| directive.rs |
WGSL directives. The focal point of this API is [`DirectiveKind`].
See also <https://www.w3.org/TR/WGSL/#directives>. |
3577 |
- |
| lexer.rs |
`.
DocComment(&'a str),
/// A module-level doc comment, beginning with `//!` or `/*!`.
ModuleDocComment(&'a str),
/// A block comment that is incomplete, and has not been closed with |
43464 |
- |
| mod.rs |
|
95709 |
- |
| number.rs |
|
22738 |
- |