# wgsl-types
Implementation of type-checking and constant evaluation of WGSL types.
The [`Type`] and [`Instance`] types provide type-checking and evaluation capabilities.
The crate is used by both [wesl-rs] and [wgsl-analyzer], and developed conjointly by its authors.
[wesl-rs]: https://github.com/wgsl-tooling-wg/wesl-rs
[wgsl-analyzer]: https://github.com/wgsl-analyzer/wgsl-analyzer